Answer the question
In order to leave comments, you need to log in
Is there a lightweight alternative to rq that doesn't use Redis?
There is a need to regularly score a large queue. Redis stores information in RAM. Sometimes it may not be enough. Sometimes it may be necessary to restart the computer before all the tasks in the queue have finished executing. (I don't know if Redis can save the base between runs.) I would like to have something lightweight like rq, but insensitive to the amount of RAM.
Answer the question
In order to leave comments, you need to log in
Redis can write to disk, and there are several write strategies, more details here .
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question