Sha256: 8821a9d279ea1c2220112f807eae6a25a4667410c28830d2d10c1c5acf967266

Contents?: true

Size: 592 Bytes

Versions: 2

Compression:

Stored size: 592 Bytes

Contents

<h1>Stats</h1>
<table class="stats">
  <tr>
    <th class="status">
      environment
    </th>
    <th>
      <%= Sinatra::Application.environment.to_s %>
    </th>
  </tr>
  <tr>
    <th class="status">
      failed
    </th>
    <th>
      <%= delayed_jobs(:failed, @queues).count %>
    </th>
  </tr>
  <tr>
    <th class="status">
      pending
    </th>
    <th>
      <%= delayed_jobs(:pending, @queues).count %>
    </th>
  </tr>
  <tr>
    <th class="status">
      working
    </th>
    <th>
      <%= delayed_jobs(:working, @queues).count %>
    </th>
  </tr>
</table>
<%= poll %>

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
delayed_job_web-1.2.5 lib/delayed_job_web/application/views/stats.erb
delayed_job_web-1.2.4 lib/delayed_job_web/application/views/stats.erb