gresrun / jesque

An implementation of Resque in Java.
http://gresrun.github.io/jesque
Apache License 2.0
630 stars 131 forks source link

allow retrieval of failed job counter #168

Closed bp-FLN closed 2 years ago

bp-FLN commented 4 years ago

the failure dao currently only provides a counter for the amount of jobs in the failed queue. this patch adds the possibility to retrieve the value of the global failed job counter which is at resque:stat:failed.

coveralls commented 4 years ago

Coverage Status

Coverage increased (+0.03%) to 70.854% when pulling fd28e5349b51475f8e2c95112d7befd63d4e58ba on uberall:failed-count into b55a7c821534faf0083881974e566bc4bc588e11 on gresrun:master.