0 purchases
rqretry 0.3.0
RQ Retry
RQ Retry is a package that adds retry functionality to the RQ
queueing system. It can retry failed jobs immediately or optionally
schedule them to retry after a delay using RQ Scheduler.
Installation
pip install rq-retry
pip install rq-scheduler # optional
Usage
Run worker process:
rqworker -w rq_retry.RetryWorker
rqscheduler # optional
See Documentation for details
For personal and professional use. You cannot resell or redistribute these repositories in their original state.
There are no reviews.