This is very strange. I don't want to setup a Redis service and since my queue has only very little requirements file or sqlite would work just fine.
The both work fine on localhost, but when I deploy it to a docker container there are the following issues:
SQLite compains that there is an I/O error. The path is set to /tmp, which has read/write permissions. I read that there are issues with CIFS filesystem, not sure if this is the case. Fact it, it doesn't work.
Filesystem queue. Tasks are created in the folder, the consumer is starting to process them, but then just stops. Consumer is still running, but not processing any files anymore.
Any advice on where to start looking would be appreciated.