ejschmitt / delayed_job_web

Resque like web interface for delayed job
MIT License
478 stars 188 forks source link

Fix working count so that it does not show failed jobs #98

Closed claytron closed 6 years ago

claytron commented 6 years ago

When destroy_failed_jobs = false is set and the max attempts for a job is reached and it fails, the failed_at gets set. But since the locked_at and locked_by are not cleared (by design), it still shows as working.