rq / django-rq

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

Sort finished jobs by created or enqueued #356

Open danihodovic opened 5 years ago

danihodovic commented 5 years ago

image

The failed jobs UI sorts by date, is it possible to do the same for the finished jobs?

selwin commented 5 years ago

Sure, the recently finished ones should be on top. Please open a PR for this.

SiddChugh commented 3 years ago

Any development on this? It gets really tiresome to look for a job result as we scale up......