Overview

The list below shows an overview of the jobs in the delayed_job queue.

Status Count
Enqueued Jobs <%= delayed_jobs(:enqueued, @queues).count %>
Working Jobs <%= delayed_jobs(:working, @queues).count %>
Pending Jobs <%= delayed_jobs(:pending, @queues).count %>
Failed Jobs <%= delayed_jobs(:failed, @queues).count %>
<%= poll %>