Schedule

The list below contains all scheduled jobs. Click "Queue now" to queue a job immediately.
Server local time: <%= Time.now %>
Server Environment: <%= ResqueAdmin::Scheduler.env %>
Current master: <%= ResqueAdmin.redis.get(ResqueAdmin::Scheduler.master_lock.key) %>

The highlighted jobs are skipped for current environment.

<% if ResqueAdmin::Scheduler.dynamic %> <% end %> <% ResqueAdmin.schedule.keys.sort.each_with_index do |name, index| %> <% config = ResqueAdmin.schedule[name] %> <% if ResqueAdmin::Scheduler.dynamic %> <% end %> <% end %>
Index Name Description Interval Class Queue Arguments Last Enqueued
<%= index+ 1 %>.
" method="post" style="margin-left: 0">
" method="post" style="margin-left: 0">
<%= h name %> <%= h config['description'] %> <%= h schedule_interval(config) %> <%= h schedule_class(config) %> <%= h config['queue'] || queue_from_class_name(config['class']) %> <%= h show_job_arguments(config['args']) %> <%= h ResqueAdmin.get_last_enqueued_at(name) || 'Never' %>