Mo
Mo
persist-queue is v0.7.0 and python is 3.6.9
I tried v0.8.0beta, and now the file size shrinks, but only after the program finished execution. The problem is, that I need to shrink the size continuously without stopping the...
With `-i 0` output is: ``` 2020-09-30 20:39:01,794 scat.samsungparser (stop_diag) INFO: Stopping diag Traceback (most recent call last): File "scat.py", line 158, in current_parser.stop_diag() File "/home/berndb/repos/scat/parsers/samsung/samsungparser.py", line 165, in stop_diag...
Thanks, after closing the DB it seems to shrink. But closing the connection with `del queue` is not clean and leads to occasional `sqlite3.OperationalError: disk I/O error` errors. Now im...
I also noticed, that when setting the BORG_PASSPRASE variable, borg still asks me for my passphrase. I tried to use DEBUG_SECRETS, which did not change anything, so i rebuilt the...
When setting `S6_KEEP_ENV` to 1, running the binary from the container works as expected. Thank you
After some research I found a workaround: Define a variant with all events ```c++ using EventVariant = std::variant< Call, FloorSensor, .... >; std::queue event_queue; ``` And use a visitor to...
Now it is very weird, because since a few days ago, it no longer happens every time, but the version is still exactly the same.
I created this compose setup for easier testing: https://github.com/mo-krauti/telegraf-mqtt-tests
Oh sorry forgot to attach this: OS: Fedora 41 Package info: ``` Name : tio Epoch : 0 Version : 3.9 Release : 1.fc41 Architecture : x86_64 Installed size :...