smrchy/rsmq

Queues Disappear

articleinnovations opened this issue · 1 comments

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
}

User error.