rq / django-rq

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

Add suspend command #658

Closed jackkinsella closed 2 months ago

jackkinsella commented 3 months ago

Add wrapper management commands for suspend and resume. See docs for details.

Closes https://github.com/rq/django-rq/issues/206

jackkinsella commented 2 months ago

@selwin Done

selwin commented 2 months ago

Thanks!