Description
Hey there! We've been using SolidQueue for a while now, and we're really happy with it. But there's one thing that's been bugging us a bit. Sometimes, the workers just stop pulling jobs from the Postgres queues, and there's no error message or anything that helps us figure out what's going on. The workers don't crash either.
The only thing I've found that seems to work is to restart the workers. After that, they start pulling jobs from the queues again and processing them just fine.
I've been looking through the existing issues on Github, and I found one thread that describes a similar problem. But that one was related to the dev mode and was closed a while back. I remember having that issue back then too.
Do you have any suggestions of things I could try? Or is it just a bug?
Thanks a bunch!