|
|
<%= relative_time(entry.at) %>
|
<%= entry['retry_count'] %> |
<%= entry.queue %>
|
<%= entry.display_class %>
<%= display_tags(entry, "retries") %>
|
<%= display_args(entry.display_args) %>
|
<% if (state = @iterable_states[entry.jid]) %>
cursor=<%= h(truncate(state.cursor.inspect, 100)) %>; exec=<%= state.executions %>; rt=<%= number_with_delimiter(state.runtime, precision: 3) %>s
<% end %>
|
<% end %>