Sha256: d5ccb006d892c3eefaf98b7f7fc439113658ea160c05b72a1ec86ede7956fdd0
Contents?: true
Size: 1.16 KB
Versions: 10
Compression:
Stored size: 1.16 KB
Contents
header h1 Retry Job - retries_with_score(@score).each do |msg| table class="table table-striped table-bordered" tbody tr th Queue td a href="#{root_path}queues/#{msg['queue']}" #{msg['queue']} tr th Job Class td code= msg['class'] tr th Job Arguments td code= msg['args'].inspect[0..1000] tr th Error Class td code= msg['error_class'] tr th Error Message td= msg['error_message'] - if msg['retry_count'] > 0 tr th Retry Count td= msg['retry_count'] tr th Last Retry td== relative_time(Time.parse(msg['retried_at'])) - else tr th Originally Failed td== relative_time(Time.parse(msg['failed_at'])) tr th Next Retry td== relative_time(Time.at(@score)) form.form-horizontal action="#{root_path}retries/#{@score}" method="post" a.btn href="#{root_path}" ← Back input.btn.btn-primary type="submit" name="retry" value="Retry Now" input.btn.btn-danger type="submit" name="delete" value="Delete"
Version data entries
10 entries across 10 versions & 1 rubygems