rq / django-rq

A simple app that provides django integration for RQ (Redis Queue)
MIT License
1.82k stars 286 forks source link

Add max-jobs option in command #545

Closed arpit-goel closed 1 year ago

arpit-goel commented 2 years ago

Allow rqworker management command to accept max-jobs option which RQ provide to limit the number of jobs to execute.