Closed greenbigfrog closed 4 years ago
@greenbigfrog I don’t understand. When a task is moved into Waiting, the redis list is created. If some outside influences deleted the queue, mosquito will lose track of all the tasks it was holding — but there is nothing that can be done about that.
Can you be more specific about the way to reproduce?
mosquito will lose track of all the tasks it was holding — but there is nothing that can be done about that.
That was my intention. I'll describe the way to reproduce soonish
Closing due to inactivity
I deleted a key of
waiting
type from redis via redis-cli to reset the queue, and now mosquito doesn't recreate it automatically and I can't queue any jobs of that type