The list below contains all workers which are currently running a job.
Where | Queue | Processing | |
---|---|---|---|
Nothing is happening right now... | |||
<%= image_tag "resque_web/#{worker.state}.png", :alt => worker.state, :title => worker.state %> | <% host, pid, queues = worker.to_s.split(':') %><%= link_to "#{host}:#{pid}", worker_path(host) %> | <%= link_to job['queue'], queue_path(job['queue']), :class => 'label label-info' %> |
<% if job['queue'] %>
<%= job['payload']['class'] %>
<%= "#{time_ago_in_words job['run_at']} ago" %>
<% else %>
Waiting for a job...
<% end %>
|