Sha256: 481fcf929a5bb12b2b2d00aa7b106a50abb1bf98e0f97c3dae8d2b8c3c4ca08a
Contents?: true
Size: 1.35 KB
Versions: 1
Compression:
Stored size: 1.35 KB
Contents
header h1 Job - @retries.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] - 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)) h1 Error table class="table table-striped table-bordered" tbody tr th Error Class td code= msg['error_class'] tr th Error Message td= msg['error_message'] - if !msg['error_backtrace'].nil? tr th Error Backtrace td code== msg['error_backtrace'].join("<br/>") 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
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
sidekiq-1.2.0 | web/views/retry.slim |