This list below contains the timestamps for scheduled delayed jobs with retry information.
Showing <%= start = params[:start].to_i %> to <%= start + 20 %> of <%= size = resque.delayed_queue_schedule_size %> timestamps
Timestamp | Job count | Class | Args | Retry Attempts | ||||
---|---|---|---|---|---|---|---|---|
"><%= format_time(Time.at(timestamp)) %> | <%= delayed_timestamp_size = resque.delayed_timestamp_size(timestamp) %> | <% if job && delayed_timestamp_size == 1 %><%= h job['class'] %> | <%= h job['args'].inspect %> | <%= retry_attempts_for_job(job) || 'n/a' %> | <% else %>">see details | <% end %> |