smrchy / rsmq

Redis Simple Message Queue
MIT License
1.76k stars 125 forks source link

Queues Disappear #129

Closed articleinnovations closed 3 years ago

articleinnovations commented 4 years ago

After some period of time, it looks like (empty) queues disappear from Redis. Perhaps this is some kind of setting in the Redis server, or is it that the queues need to have messages published regularly? If so, what is the timeout, and is that configurable?

Here is an error message received when adding a message to a queue that disappeared:

{ "cause": { "name": "queueNotFound", "message": "Queue not found" }, "isOperational": true }

articleinnovations commented 3 years ago

User error.