Sha256: 8d319ab1da4369c8a319e6c3760f0bdc503191608ed81a1655d7a08e7a886d09
Contents?: true
Size: 977 Bytes
Versions: 12
Compression:
Stored size: 977 Bytes
Contents
h1 Retries - if @retries.size > 0 == slim :_paging, :locals => { :url => "#{root_path}retries" } form action="#{root_path}retries" method="post" table class="table table-striped table-bordered" tr th input type="checkbox" class="check_all" th Next Retry th Retry Count th Queue th Worker th Args - @retries.each do |(msg, score)| tr td input type='checkbox' name='score[]' value='#{score}' td a href="#{root_path}retries/#{score}"== relative_time(Time.at(score)) td= msg['retry_count'] td a href="#{root_path}queues/#{msg['queue']}" #{msg['queue']} td= msg['class'] td= display_args(msg['args']) input.btn.btn-primary type="submit" name="retry" value="Retry Now" input.btn.btn-danger type="submit" name="delete" value="Delete" - else p No retries found. a href="#{root_path}" Back
Version data entries
12 entries across 12 versions & 2 rubygems