rq / django-rq

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

return to same list of jobs after deleting a job #680

Open ccurvey opened 2 weeks ago

ccurvey commented 2 weeks ago

enhancement request

Every morning, I go through the list of failed jobs for my queues. I triage the issue, and usually end up deleting the job.

It would be great if I was redirected back to the same list of failed jobs that I started from. At the moment, it takes me back to the "queued jobs" list (for the same queue), so I have do some extra clicking to get back to the list of failed jobs.

selwin commented 1 day ago

Mind opening a PR for this?