rq / django-rq

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

Add failed jobs column to rqstats command #599

Closed dangquangdon closed 1 year ago

dangquangdon commented 1 year ago

Regarding #416

Add Failed column to rqstats management command. It would look like this

Django RQ CLI Dashboard

------------------------------------------------------------------------------------------
| Name           |    Queued |    Active |  Deferred |  Finished |    Failed |   Workers |
------------------------------------------------------------------------------------------
| default        |         0 |         0 |         0 |         2 |         0 |         0 |
------------------------------------------------------------------------------------------
selwin commented 1 year ago

Thanks!