Queues

The list below contains all the registered queues with the status if is paused or not. Select a queue from above to pause processing jobs.

<% for queue in resque.queues.sort_by { |q| q.to_s } %> <% end %>
Name Paused Jobs
<%= queue %> > <%= resque.size queue %>