rq / django-rq

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

Add Stop Jobs action #577

Closed gabriels1234 closed 1 year ago

gabriels1234 commented 1 year ago

Adds #573, action to stop a job. Current behavior deletes the entry but does not stop the job. @selwin

gabriels1234 commented 1 year ago

@selwin Please let me know if it needs any change. Thanks!

selwin commented 1 year ago

Hey, I was thinking we should add the Stop button on job detail page like this, along with other buttons (screenshot attached).

CleanShot 2023-03-23 at 15 59 18

gabriels1234 commented 1 year ago

@selwin let me know if more changes are needed for this to be merged. Thanks!

selwin commented 1 year ago

Thanks!