sidekiq-undertaker 1.0.0.rc04 → 1.1.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (32) hide show
  1. checksums.yaml +4 -4
  2. data/.codeclimate.yml +9 -2
  3. data/.github/dependabot.yml +8 -0
  4. data/.github/workflows/ruby-build.yml +51 -0
  5. data/.gitignore +1 -0
  6. data/.rspec +2 -0
  7. data/.rubocop.yml +4 -0
  8. data/.rubocop_codeclimate.yml +5 -0
  9. data/.rubocop_todo.yml +5 -5
  10. data/.travis.yml +22 -17
  11. data/README.md +3 -2
  12. data/Rakefile +2 -0
  13. data/lib/sidekiq/undertaker/dead_job.rb +1 -1
  14. data/lib/sidekiq/undertaker/version.rb +1 -1
  15. data/lib/sidekiq/undertaker/web_extension/api_helpers.rb +5 -1
  16. data/lib/sidekiq/undertaker/web_extension.rb +2 -0
  17. data/lib/sidekiq/undertaker.rb +1 -1
  18. data/renovate.json +5 -0
  19. data/sidekiq-undertaker.gemspec +14 -10
  20. data/spec/fixtures/approvals/sidekiq_undertaker_webextension/show_filter/when_filter_page_is_called/behaves_like_a_page/{the_displayed_page_is_correct.approved.txt → the_displayed_page_is_correct_for_sidekiqv6.approved.txt} +2 -0
  21. data/spec/fixtures/approvals/sidekiq_undertaker_webextension/show_filter/when_job_classbucket_page_is_called/behaves_like_a_page/{the_displayed_page_is_correct.approved.txt → the_displayed_page_is_correct_for_sidekiqv6.approved.txt} +2 -0
  22. data/spec/fixtures/approvals/sidekiq_undertaker_webextension/show_filter/when_job_classbucket_page_is_polled/behaves_like_a_page/{the_displayed_page_is_correct.approved.txt → the_displayed_page_is_correct_for_sidekiqv6.approved.txt} +2 -0
  23. data/spec/fixtures/approvals/sidekiq_undertaker_webextension/show_morgue/when_job_classerrorbucket_is_called/with_all_failures_and_errors/behaves_like_a_page/{the_displayed_page_is_correct.approved.txt → the_displayed_page_is_correct_for_sidekiqv6.approved.txt} +9 -4
  24. data/spec/fixtures/approvals/sidekiq_undertaker_webextension/show_morgue/when_job_classerrorbucket_is_called/with_specific_job_class_and_a_specific_error/behaves_like_a_page/{the_displayed_page_is_correct.approved.txt → the_displayed_page_is_correct_for_sidekiqv6.approved.txt} +9 -4
  25. data/spec/fixtures/approvals/sidekiq_undertaker_webextension/show_morgue/when_job_classerrorbucket_is_called/with_specific_job_class_and_a_specific_error/with_pagination/behaves_like_a_page/the_displayed_page_is_correct_for_sidekiqv6.approved.txt +1305 -0
  26. data/spec/sidekiq/undertaker/dead_jobs_spec.rb +1 -1
  27. data/spec/sidekiq/undertaker/job_distributor_spec.rb +6 -6
  28. data/spec/sidekiq/undertaker/job_filter_spec.rb +4 -3
  29. data/spec/sidekiq/undertaker/web_extension_spec.rb +30 -4
  30. data/spec/spec_helper.rb +4 -5
  31. data/web/views/morgue.erb +3 -5
  32. metadata +52 -36
@@ -0,0 +1,1305 @@
1
+ <!doctype html>
2
+ <html dir="ltr">
3
+ <head>
4
+ <title>[TEST] Sidekiq</title>
5
+ <meta charset="utf-8" />
6
+ <meta name="viewport" content="width=device-width,initial-scale=1.0" />
7
+
8
+ <link href="/sidekiq/stylesheets/bootstrap.css" media="screen" rel="stylesheet" type="text/css" />
9
+
10
+
11
+ <link href="/sidekiq/stylesheets/application.css" media="screen" rel="stylesheet" type="text/css" />
12
+ <link href="/sidekiq/stylesheets/application-dark.css" media="screen and (prefers-color-scheme: dark)" rel="stylesheet" type="text/css" />
13
+
14
+
15
+ <link rel="apple-touch-icon" href="/sidekiq/images/apple-touch-icon.png">
16
+ <link rel="shortcut icon" type="image/ico" href="/sidekiq/images/favicon.ico" />
17
+ <script type="text/javascript" src="/sidekiq/javascripts/application.js"></script>
18
+ <meta name="google" content="notranslate" />
19
+
20
+ </head>
21
+ <body class="admin" data-poll-path="" data-locale="en">
22
+ <div class="navbar navbar-default navbar-fixed-top">
23
+ <div class="container-fluid">
24
+ <div class="navbar-header" data-navbar="static">
25
+ <button type="button" class="navbar-toggle collapsed" data-toggle="collapse" data-target="#navbar-menu">
26
+ <span class="icon-bar"></span>
27
+ <span class="icon-bar"></span>
28
+ <span class="icon-bar"></span>
29
+ </button>
30
+ <div class="navbar-toggle collapsed navbar-livereload">
31
+
32
+
33
+ <a id="live-poll" class="btn btn-primary" href="/sidekiq/undertaker/morgue/HardWorker/RuntimeError/1_hour?poll=true">Live Poll</a>
34
+
35
+
36
+
37
+
38
+ </div>
39
+ <a class="navbar-brand" href="/sidekiq/">
40
+ Sidekiq
41
+ <span class="status">
42
+ <i class="status-sprite status-idle"></i>
43
+ idle
44
+ </span>
45
+
46
+ </a>
47
+ </div>
48
+
49
+ <div class="collapse navbar-collapse" id="navbar-menu">
50
+ <ul class="nav navbar-nav" data-navbar="static">
51
+
52
+
53
+ <li class="">
54
+ <a href="/sidekiq/">Dashboard</a>
55
+ </li>
56
+
57
+
58
+
59
+ <li class="">
60
+ <a href="/sidekiq/busy">Busy</a>
61
+ </li>
62
+
63
+
64
+
65
+ <li class="">
66
+ <a href="/sidekiq/queues">Queues</a>
67
+ </li>
68
+
69
+
70
+
71
+ <li class="">
72
+ <a href="/sidekiq/retries">Retries</a>
73
+ </li>
74
+
75
+
76
+
77
+ <li class="">
78
+ <a href="/sidekiq/scheduled">Scheduled</a>
79
+ </li>
80
+
81
+
82
+
83
+ <li class="">
84
+ <a href="/sidekiq/morgue">Dead</a>
85
+ </li>
86
+
87
+
88
+
89
+
90
+ <li class="" data-navbar="custom-tab">
91
+ <a href="/sidekiq/undertaker/filter">Undertaker</a>
92
+ </li>
93
+
94
+
95
+ <li class="navbar-livereload">
96
+ <div class="poll-wrapper">
97
+
98
+
99
+ <a id="live-poll" class="btn btn-primary" href="/sidekiq/undertaker/morgue/HardWorker/RuntimeError/1_hour?poll=true">Live Poll</a>
100
+
101
+
102
+
103
+
104
+ </div>
105
+ </li>
106
+ </ul>
107
+ </div>
108
+ </div>
109
+ </div>
110
+
111
+ <div id="page">
112
+ <div class="container">
113
+ <div class="row">
114
+ <div class="col-sm-12 summary_bar">
115
+ <ul class="list-unstyled summary row">
116
+ <li class="processed col-sm-1">
117
+ <span class="count">0</span>
118
+ <span class="desc">Processed</span>
119
+ </li>
120
+ <li class="failed col-sm-1">
121
+ <span class="count">0</span>
122
+ <span class="desc">Failed</span>
123
+ </li>
124
+ <li class="busy col-sm-1">
125
+ <a href="/sidekiq/busy">
126
+ <span class="count">0</span>
127
+ <span class="desc">Busy</span>
128
+ </a>
129
+ </li>
130
+ <li class="enqueued col-sm-1">
131
+ <a href="/sidekiq/queues">
132
+ <span class="count">0</span>
133
+ <span class="desc">Enqueued</span>
134
+ </a>
135
+ </li>
136
+ <li class="retries col-sm-1">
137
+ <a href="/sidekiq/retries">
138
+ <span class="count">0</span>
139
+ <span class="desc">Retries</span>
140
+ </a>
141
+ </li>
142
+ <li class="scheduled col-sm-1">
143
+ <a href="/sidekiq/scheduled">
144
+ <span class="count">0</span>
145
+ <span class="desc">Scheduled</span>
146
+ </a>
147
+ </li>
148
+ <li class="dead col-sm-1">
149
+ <a href="/sidekiq/morgue">
150
+ <span class="count">54</span>
151
+ <span class="desc">Dead</span>
152
+ </a>
153
+ </li>
154
+ </ul>
155
+
156
+ </div>
157
+
158
+ <div class="col-sm-12">
159
+ <header class="row head">
160
+ <div class="col-sm-12">
161
+ <h3>
162
+ <b>52</b> dead jobs
163
+ of <b>HardWorker</b> class
164
+ with <b>RuntimeError</b> exception
165
+ in <b>1_hour</b> bucket
166
+ </h3>
167
+ </div>
168
+ <div class="col-sm-12">
169
+ <div class="col-sm-4">
170
+
171
+ <ul class="pagination pull-right flip">
172
+ <li class="disabled">
173
+ <a href="/sidekiq/undertaker/morgue/HardWorker/RuntimeError/1_hour?page=1">&laquo;</a>
174
+ </li>
175
+
176
+ <li class="disabled">
177
+ <a href="/sidekiq/undertaker/morgue/HardWorker/RuntimeError/1_hour?page=1">1</a>
178
+ </li>
179
+
180
+ <li>
181
+ <a href="/sidekiq/undertaker/morgue/HardWorker/RuntimeError/1_hour?page=2">2</a>
182
+ </li>
183
+
184
+ <li class="">
185
+ <a href="/sidekiq/undertaker/morgue/HardWorker/RuntimeError/1_hour?page=2">&raquo;</a>
186
+ </li>
187
+ </ul>
188
+
189
+
190
+ </div>
191
+ </div>
192
+ </header>
193
+
194
+
195
+ <form action="/sidekiq/undertaker/morgue" method="post">
196
+ <input type='hidden' name='authenticity_token' value='stubbed-csrf-token'/>
197
+ <table class="table table-striped table-bordered table-white">
198
+ <thead>
199
+ <tr>
200
+ <th width="20px" class="table-checkbox">
201
+ <label>
202
+ <input type="checkbox" class="check_all" />
203
+ </label>
204
+ </th>
205
+ <th width="25%">Last Retry</th>
206
+ <th>Queue</th>
207
+ <th>Job</th>
208
+ <th>Arguments</th>
209
+ <th>Error</th>
210
+ </tr>
211
+ </thead>
212
+
213
+ <tr>
214
+ <td class="table-checkbox">
215
+ <label>
216
+ <input type='checkbox' name='key[]' value='1544993820.0-9' />
217
+ </label>
218
+ </td>
219
+ <td>
220
+ <a href="/sidekiq/morgue/1544993820.0-9"><time class="ltr" dir="ltr" title="2018-12-16T20:57:00Z" datetime="2018-12-16T20:57:00Z">2018-12-16 20:57:00 UTC</time></a>
221
+ </td>
222
+ <td>
223
+ <a href="/sidekiq/queues/foo">foo</a>
224
+ </td>
225
+ <td>HardWorker</td>
226
+ <td>
227
+ <div class="args">&quot;asdf&quot;, 1234</div>
228
+ </td>
229
+ <td>
230
+ <div>RuntimeError: Some fake message</div>
231
+ </td>
232
+ </tr>
233
+
234
+ <tr>
235
+ <td class="table-checkbox">
236
+ <label>
237
+ <input type='checkbox' name='key[]' value='1544993820.0-8' />
238
+ </label>
239
+ </td>
240
+ <td>
241
+ <a href="/sidekiq/morgue/1544993820.0-8"><time class="ltr" dir="ltr" title="2018-12-16T20:57:00Z" datetime="2018-12-16T20:57:00Z">2018-12-16 20:57:00 UTC</time></a>
242
+ </td>
243
+ <td>
244
+ <a href="/sidekiq/queues/foo">foo</a>
245
+ </td>
246
+ <td>HardWorker</td>
247
+ <td>
248
+ <div class="args">&quot;asdf&quot;, 1234</div>
249
+ </td>
250
+ <td>
251
+ <div>RuntimeError: Some fake message</div>
252
+ </td>
253
+ </tr>
254
+
255
+ <tr>
256
+ <td class="table-checkbox">
257
+ <label>
258
+ <input type='checkbox' name='key[]' value='1544993820.0-7' />
259
+ </label>
260
+ </td>
261
+ <td>
262
+ <a href="/sidekiq/morgue/1544993820.0-7"><time class="ltr" dir="ltr" title="2018-12-16T20:57:00Z" datetime="2018-12-16T20:57:00Z">2018-12-16 20:57:00 UTC</time></a>
263
+ </td>
264
+ <td>
265
+ <a href="/sidekiq/queues/foo">foo</a>
266
+ </td>
267
+ <td>HardWorker</td>
268
+ <td>
269
+ <div class="args">&quot;asdf&quot;, 1234</div>
270
+ </td>
271
+ <td>
272
+ <div>RuntimeError: Some fake message</div>
273
+ </td>
274
+ </tr>
275
+
276
+ <tr>
277
+ <td class="table-checkbox">
278
+ <label>
279
+ <input type='checkbox' name='key[]' value='1544993820.0-6' />
280
+ </label>
281
+ </td>
282
+ <td>
283
+ <a href="/sidekiq/morgue/1544993820.0-6"><time class="ltr" dir="ltr" title="2018-12-16T20:57:00Z" datetime="2018-12-16T20:57:00Z">2018-12-16 20:57:00 UTC</time></a>
284
+ </td>
285
+ <td>
286
+ <a href="/sidekiq/queues/foo">foo</a>
287
+ </td>
288
+ <td>HardWorker</td>
289
+ <td>
290
+ <div class="args">&quot;asdf&quot;, 1234</div>
291
+ </td>
292
+ <td>
293
+ <div>RuntimeError: Some fake message</div>
294
+ </td>
295
+ </tr>
296
+
297
+ <tr>
298
+ <td class="table-checkbox">
299
+ <label>
300
+ <input type='checkbox' name='key[]' value='1544993820.0-5' />
301
+ </label>
302
+ </td>
303
+ <td>
304
+ <a href="/sidekiq/morgue/1544993820.0-5"><time class="ltr" dir="ltr" title="2018-12-16T20:57:00Z" datetime="2018-12-16T20:57:00Z">2018-12-16 20:57:00 UTC</time></a>
305
+ </td>
306
+ <td>
307
+ <a href="/sidekiq/queues/foo">foo</a>
308
+ </td>
309
+ <td>HardWorker</td>
310
+ <td>
311
+ <div class="args">&quot;asdf&quot;, 1234</div>
312
+ </td>
313
+ <td>
314
+ <div>RuntimeError: Some fake message</div>
315
+ </td>
316
+ </tr>
317
+
318
+ <tr>
319
+ <td class="table-checkbox">
320
+ <label>
321
+ <input type='checkbox' name='key[]' value='1544993820.0-49' />
322
+ </label>
323
+ </td>
324
+ <td>
325
+ <a href="/sidekiq/morgue/1544993820.0-49"><time class="ltr" dir="ltr" title="2018-12-16T20:57:00Z" datetime="2018-12-16T20:57:00Z">2018-12-16 20:57:00 UTC</time></a>
326
+ </td>
327
+ <td>
328
+ <a href="/sidekiq/queues/foo">foo</a>
329
+ </td>
330
+ <td>HardWorker</td>
331
+ <td>
332
+ <div class="args">&quot;asdf&quot;, 1234</div>
333
+ </td>
334
+ <td>
335
+ <div>RuntimeError: Some fake message</div>
336
+ </td>
337
+ </tr>
338
+
339
+ <tr>
340
+ <td class="table-checkbox">
341
+ <label>
342
+ <input type='checkbox' name='key[]' value='1544993820.0-48' />
343
+ </label>
344
+ </td>
345
+ <td>
346
+ <a href="/sidekiq/morgue/1544993820.0-48"><time class="ltr" dir="ltr" title="2018-12-16T20:57:00Z" datetime="2018-12-16T20:57:00Z">2018-12-16 20:57:00 UTC</time></a>
347
+ </td>
348
+ <td>
349
+ <a href="/sidekiq/queues/foo">foo</a>
350
+ </td>
351
+ <td>HardWorker</td>
352
+ <td>
353
+ <div class="args">&quot;asdf&quot;, 1234</div>
354
+ </td>
355
+ <td>
356
+ <div>RuntimeError: Some fake message</div>
357
+ </td>
358
+ </tr>
359
+
360
+ <tr>
361
+ <td class="table-checkbox">
362
+ <label>
363
+ <input type='checkbox' name='key[]' value='1544993820.0-47' />
364
+ </label>
365
+ </td>
366
+ <td>
367
+ <a href="/sidekiq/morgue/1544993820.0-47"><time class="ltr" dir="ltr" title="2018-12-16T20:57:00Z" datetime="2018-12-16T20:57:00Z">2018-12-16 20:57:00 UTC</time></a>
368
+ </td>
369
+ <td>
370
+ <a href="/sidekiq/queues/foo">foo</a>
371
+ </td>
372
+ <td>HardWorker</td>
373
+ <td>
374
+ <div class="args">&quot;asdf&quot;, 1234</div>
375
+ </td>
376
+ <td>
377
+ <div>RuntimeError: Some fake message</div>
378
+ </td>
379
+ </tr>
380
+
381
+ <tr>
382
+ <td class="table-checkbox">
383
+ <label>
384
+ <input type='checkbox' name='key[]' value='1544993820.0-46' />
385
+ </label>
386
+ </td>
387
+ <td>
388
+ <a href="/sidekiq/morgue/1544993820.0-46"><time class="ltr" dir="ltr" title="2018-12-16T20:57:00Z" datetime="2018-12-16T20:57:00Z">2018-12-16 20:57:00 UTC</time></a>
389
+ </td>
390
+ <td>
391
+ <a href="/sidekiq/queues/foo">foo</a>
392
+ </td>
393
+ <td>HardWorker</td>
394
+ <td>
395
+ <div class="args">&quot;asdf&quot;, 1234</div>
396
+ </td>
397
+ <td>
398
+ <div>RuntimeError: Some fake message</div>
399
+ </td>
400
+ </tr>
401
+
402
+ <tr>
403
+ <td class="table-checkbox">
404
+ <label>
405
+ <input type='checkbox' name='key[]' value='1544993820.0-45' />
406
+ </label>
407
+ </td>
408
+ <td>
409
+ <a href="/sidekiq/morgue/1544993820.0-45"><time class="ltr" dir="ltr" title="2018-12-16T20:57:00Z" datetime="2018-12-16T20:57:00Z">2018-12-16 20:57:00 UTC</time></a>
410
+ </td>
411
+ <td>
412
+ <a href="/sidekiq/queues/foo">foo</a>
413
+ </td>
414
+ <td>HardWorker</td>
415
+ <td>
416
+ <div class="args">&quot;asdf&quot;, 1234</div>
417
+ </td>
418
+ <td>
419
+ <div>RuntimeError: Some fake message</div>
420
+ </td>
421
+ </tr>
422
+
423
+ <tr>
424
+ <td class="table-checkbox">
425
+ <label>
426
+ <input type='checkbox' name='key[]' value='1544993820.0-4416aa76eb8cf03f56a49220' />
427
+ </label>
428
+ </td>
429
+ <td>
430
+ <a href="/sidekiq/morgue/1544993820.0-4416aa76eb8cf03f56a49220"><time class="ltr" dir="ltr" title="2018-12-16T20:57:00Z" datetime="2018-12-16T20:57:00Z">2018-12-16 20:57:00 UTC</time></a>
431
+ </td>
432
+ <td>
433
+ <a href="/sidekiq/queues/foo">foo</a>
434
+ </td>
435
+ <td>HardWorker</td>
436
+ <td>
437
+ <div class="args">&quot;asdf&quot;, 1234</div>
438
+ </td>
439
+ <td>
440
+ <div>RuntimeError: Some fake message</div>
441
+ </td>
442
+ </tr>
443
+
444
+ <tr>
445
+ <td class="table-checkbox">
446
+ <label>
447
+ <input type='checkbox' name='key[]' value='1544993820.0-44' />
448
+ </label>
449
+ </td>
450
+ <td>
451
+ <a href="/sidekiq/morgue/1544993820.0-44"><time class="ltr" dir="ltr" title="2018-12-16T20:57:00Z" datetime="2018-12-16T20:57:00Z">2018-12-16 20:57:00 UTC</time></a>
452
+ </td>
453
+ <td>
454
+ <a href="/sidekiq/queues/foo">foo</a>
455
+ </td>
456
+ <td>HardWorker</td>
457
+ <td>
458
+ <div class="args">&quot;asdf&quot;, 1234</div>
459
+ </td>
460
+ <td>
461
+ <div>RuntimeError: Some fake message</div>
462
+ </td>
463
+ </tr>
464
+
465
+ <tr>
466
+ <td class="table-checkbox">
467
+ <label>
468
+ <input type='checkbox' name='key[]' value='1544993820.0-43' />
469
+ </label>
470
+ </td>
471
+ <td>
472
+ <a href="/sidekiq/morgue/1544993820.0-43"><time class="ltr" dir="ltr" title="2018-12-16T20:57:00Z" datetime="2018-12-16T20:57:00Z">2018-12-16 20:57:00 UTC</time></a>
473
+ </td>
474
+ <td>
475
+ <a href="/sidekiq/queues/foo">foo</a>
476
+ </td>
477
+ <td>HardWorker</td>
478
+ <td>
479
+ <div class="args">&quot;asdf&quot;, 1234</div>
480
+ </td>
481
+ <td>
482
+ <div>RuntimeError: Some fake message</div>
483
+ </td>
484
+ </tr>
485
+
486
+ <tr>
487
+ <td class="table-checkbox">
488
+ <label>
489
+ <input type='checkbox' name='key[]' value='1544993820.0-42' />
490
+ </label>
491
+ </td>
492
+ <td>
493
+ <a href="/sidekiq/morgue/1544993820.0-42"><time class="ltr" dir="ltr" title="2018-12-16T20:57:00Z" datetime="2018-12-16T20:57:00Z">2018-12-16 20:57:00 UTC</time></a>
494
+ </td>
495
+ <td>
496
+ <a href="/sidekiq/queues/foo">foo</a>
497
+ </td>
498
+ <td>HardWorker</td>
499
+ <td>
500
+ <div class="args">&quot;asdf&quot;, 1234</div>
501
+ </td>
502
+ <td>
503
+ <div>RuntimeError: Some fake message</div>
504
+ </td>
505
+ </tr>
506
+
507
+ <tr>
508
+ <td class="table-checkbox">
509
+ <label>
510
+ <input type='checkbox' name='key[]' value='1544993820.0-41' />
511
+ </label>
512
+ </td>
513
+ <td>
514
+ <a href="/sidekiq/morgue/1544993820.0-41"><time class="ltr" dir="ltr" title="2018-12-16T20:57:00Z" datetime="2018-12-16T20:57:00Z">2018-12-16 20:57:00 UTC</time></a>
515
+ </td>
516
+ <td>
517
+ <a href="/sidekiq/queues/foo">foo</a>
518
+ </td>
519
+ <td>HardWorker</td>
520
+ <td>
521
+ <div class="args">&quot;asdf&quot;, 1234</div>
522
+ </td>
523
+ <td>
524
+ <div>RuntimeError: Some fake message</div>
525
+ </td>
526
+ </tr>
527
+
528
+ <tr>
529
+ <td class="table-checkbox">
530
+ <label>
531
+ <input type='checkbox' name='key[]' value='1544993820.0-40' />
532
+ </label>
533
+ </td>
534
+ <td>
535
+ <a href="/sidekiq/morgue/1544993820.0-40"><time class="ltr" dir="ltr" title="2018-12-16T20:57:00Z" datetime="2018-12-16T20:57:00Z">2018-12-16 20:57:00 UTC</time></a>
536
+ </td>
537
+ <td>
538
+ <a href="/sidekiq/queues/foo">foo</a>
539
+ </td>
540
+ <td>HardWorker</td>
541
+ <td>
542
+ <div class="args">&quot;asdf&quot;, 1234</div>
543
+ </td>
544
+ <td>
545
+ <div>RuntimeError: Some fake message</div>
546
+ </td>
547
+ </tr>
548
+
549
+ <tr>
550
+ <td class="table-checkbox">
551
+ <label>
552
+ <input type='checkbox' name='key[]' value='1544993820.0-4' />
553
+ </label>
554
+ </td>
555
+ <td>
556
+ <a href="/sidekiq/morgue/1544993820.0-4"><time class="ltr" dir="ltr" title="2018-12-16T20:57:00Z" datetime="2018-12-16T20:57:00Z">2018-12-16 20:57:00 UTC</time></a>
557
+ </td>
558
+ <td>
559
+ <a href="/sidekiq/queues/foo">foo</a>
560
+ </td>
561
+ <td>HardWorker</td>
562
+ <td>
563
+ <div class="args">&quot;asdf&quot;, 1234</div>
564
+ </td>
565
+ <td>
566
+ <div>RuntimeError: Some fake message</div>
567
+ </td>
568
+ </tr>
569
+
570
+ <tr>
571
+ <td class="table-checkbox">
572
+ <label>
573
+ <input type='checkbox' name='key[]' value='1544993820.0-39' />
574
+ </label>
575
+ </td>
576
+ <td>
577
+ <a href="/sidekiq/morgue/1544993820.0-39"><time class="ltr" dir="ltr" title="2018-12-16T20:57:00Z" datetime="2018-12-16T20:57:00Z">2018-12-16 20:57:00 UTC</time></a>
578
+ </td>
579
+ <td>
580
+ <a href="/sidekiq/queues/foo">foo</a>
581
+ </td>
582
+ <td>HardWorker</td>
583
+ <td>
584
+ <div class="args">&quot;asdf&quot;, 1234</div>
585
+ </td>
586
+ <td>
587
+ <div>RuntimeError: Some fake message</div>
588
+ </td>
589
+ </tr>
590
+
591
+ <tr>
592
+ <td class="table-checkbox">
593
+ <label>
594
+ <input type='checkbox' name='key[]' value='1544993820.0-38' />
595
+ </label>
596
+ </td>
597
+ <td>
598
+ <a href="/sidekiq/morgue/1544993820.0-38"><time class="ltr" dir="ltr" title="2018-12-16T20:57:00Z" datetime="2018-12-16T20:57:00Z">2018-12-16 20:57:00 UTC</time></a>
599
+ </td>
600
+ <td>
601
+ <a href="/sidekiq/queues/foo">foo</a>
602
+ </td>
603
+ <td>HardWorker</td>
604
+ <td>
605
+ <div class="args">&quot;asdf&quot;, 1234</div>
606
+ </td>
607
+ <td>
608
+ <div>RuntimeError: Some fake message</div>
609
+ </td>
610
+ </tr>
611
+
612
+ <tr>
613
+ <td class="table-checkbox">
614
+ <label>
615
+ <input type='checkbox' name='key[]' value='1544993820.0-37' />
616
+ </label>
617
+ </td>
618
+ <td>
619
+ <a href="/sidekiq/morgue/1544993820.0-37"><time class="ltr" dir="ltr" title="2018-12-16T20:57:00Z" datetime="2018-12-16T20:57:00Z">2018-12-16 20:57:00 UTC</time></a>
620
+ </td>
621
+ <td>
622
+ <a href="/sidekiq/queues/foo">foo</a>
623
+ </td>
624
+ <td>HardWorker</td>
625
+ <td>
626
+ <div class="args">&quot;asdf&quot;, 1234</div>
627
+ </td>
628
+ <td>
629
+ <div>RuntimeError: Some fake message</div>
630
+ </td>
631
+ </tr>
632
+
633
+ <tr>
634
+ <td class="table-checkbox">
635
+ <label>
636
+ <input type='checkbox' name='key[]' value='1544993820.0-36' />
637
+ </label>
638
+ </td>
639
+ <td>
640
+ <a href="/sidekiq/morgue/1544993820.0-36"><time class="ltr" dir="ltr" title="2018-12-16T20:57:00Z" datetime="2018-12-16T20:57:00Z">2018-12-16 20:57:00 UTC</time></a>
641
+ </td>
642
+ <td>
643
+ <a href="/sidekiq/queues/foo">foo</a>
644
+ </td>
645
+ <td>HardWorker</td>
646
+ <td>
647
+ <div class="args">&quot;asdf&quot;, 1234</div>
648
+ </td>
649
+ <td>
650
+ <div>RuntimeError: Some fake message</div>
651
+ </td>
652
+ </tr>
653
+
654
+ <tr>
655
+ <td class="table-checkbox">
656
+ <label>
657
+ <input type='checkbox' name='key[]' value='1544993820.0-35' />
658
+ </label>
659
+ </td>
660
+ <td>
661
+ <a href="/sidekiq/morgue/1544993820.0-35"><time class="ltr" dir="ltr" title="2018-12-16T20:57:00Z" datetime="2018-12-16T20:57:00Z">2018-12-16 20:57:00 UTC</time></a>
662
+ </td>
663
+ <td>
664
+ <a href="/sidekiq/queues/foo">foo</a>
665
+ </td>
666
+ <td>HardWorker</td>
667
+ <td>
668
+ <div class="args">&quot;asdf&quot;, 1234</div>
669
+ </td>
670
+ <td>
671
+ <div>RuntimeError: Some fake message</div>
672
+ </td>
673
+ </tr>
674
+
675
+ <tr>
676
+ <td class="table-checkbox">
677
+ <label>
678
+ <input type='checkbox' name='key[]' value='1544993820.0-34e79a46b1956d3a1180767b' />
679
+ </label>
680
+ </td>
681
+ <td>
682
+ <a href="/sidekiq/morgue/1544993820.0-34e79a46b1956d3a1180767b"><time class="ltr" dir="ltr" title="2018-12-16T20:57:00Z" datetime="2018-12-16T20:57:00Z">2018-12-16 20:57:00 UTC</time></a>
683
+ </td>
684
+ <td>
685
+ <a href="/sidekiq/queues/foo">foo</a>
686
+ </td>
687
+ <td>HardWorker</td>
688
+ <td>
689
+ <div class="args">&quot;asdf&quot;, 1234</div>
690
+ </td>
691
+ <td>
692
+ <div>RuntimeError: Some fake message</div>
693
+ </td>
694
+ </tr>
695
+
696
+ <tr>
697
+ <td class="table-checkbox">
698
+ <label>
699
+ <input type='checkbox' name='key[]' value='1544993820.0-34' />
700
+ </label>
701
+ </td>
702
+ <td>
703
+ <a href="/sidekiq/morgue/1544993820.0-34"><time class="ltr" dir="ltr" title="2018-12-16T20:57:00Z" datetime="2018-12-16T20:57:00Z">2018-12-16 20:57:00 UTC</time></a>
704
+ </td>
705
+ <td>
706
+ <a href="/sidekiq/queues/foo">foo</a>
707
+ </td>
708
+ <td>HardWorker</td>
709
+ <td>
710
+ <div class="args">&quot;asdf&quot;, 1234</div>
711
+ </td>
712
+ <td>
713
+ <div>RuntimeError: Some fake message</div>
714
+ </td>
715
+ </tr>
716
+
717
+ <tr>
718
+ <td class="table-checkbox">
719
+ <label>
720
+ <input type='checkbox' name='key[]' value='1544993820.0-33' />
721
+ </label>
722
+ </td>
723
+ <td>
724
+ <a href="/sidekiq/morgue/1544993820.0-33"><time class="ltr" dir="ltr" title="2018-12-16T20:57:00Z" datetime="2018-12-16T20:57:00Z">2018-12-16 20:57:00 UTC</time></a>
725
+ </td>
726
+ <td>
727
+ <a href="/sidekiq/queues/foo">foo</a>
728
+ </td>
729
+ <td>HardWorker</td>
730
+ <td>
731
+ <div class="args">&quot;asdf&quot;, 1234</div>
732
+ </td>
733
+ <td>
734
+ <div>RuntimeError: Some fake message</div>
735
+ </td>
736
+ </tr>
737
+
738
+ <tr>
739
+ <td class="table-checkbox">
740
+ <label>
741
+ <input type='checkbox' name='key[]' value='1544993820.0-32' />
742
+ </label>
743
+ </td>
744
+ <td>
745
+ <a href="/sidekiq/morgue/1544993820.0-32"><time class="ltr" dir="ltr" title="2018-12-16T20:57:00Z" datetime="2018-12-16T20:57:00Z">2018-12-16 20:57:00 UTC</time></a>
746
+ </td>
747
+ <td>
748
+ <a href="/sidekiq/queues/foo">foo</a>
749
+ </td>
750
+ <td>HardWorker</td>
751
+ <td>
752
+ <div class="args">&quot;asdf&quot;, 1234</div>
753
+ </td>
754
+ <td>
755
+ <div>RuntimeError: Some fake message</div>
756
+ </td>
757
+ </tr>
758
+
759
+ <tr>
760
+ <td class="table-checkbox">
761
+ <label>
762
+ <input type='checkbox' name='key[]' value='1544993820.0-31' />
763
+ </label>
764
+ </td>
765
+ <td>
766
+ <a href="/sidekiq/morgue/1544993820.0-31"><time class="ltr" dir="ltr" title="2018-12-16T20:57:00Z" datetime="2018-12-16T20:57:00Z">2018-12-16 20:57:00 UTC</time></a>
767
+ </td>
768
+ <td>
769
+ <a href="/sidekiq/queues/foo">foo</a>
770
+ </td>
771
+ <td>HardWorker</td>
772
+ <td>
773
+ <div class="args">&quot;asdf&quot;, 1234</div>
774
+ </td>
775
+ <td>
776
+ <div>RuntimeError: Some fake message</div>
777
+ </td>
778
+ </tr>
779
+
780
+ <tr>
781
+ <td class="table-checkbox">
782
+ <label>
783
+ <input type='checkbox' name='key[]' value='1544993820.0-30' />
784
+ </label>
785
+ </td>
786
+ <td>
787
+ <a href="/sidekiq/morgue/1544993820.0-30"><time class="ltr" dir="ltr" title="2018-12-16T20:57:00Z" datetime="2018-12-16T20:57:00Z">2018-12-16 20:57:00 UTC</time></a>
788
+ </td>
789
+ <td>
790
+ <a href="/sidekiq/queues/foo">foo</a>
791
+ </td>
792
+ <td>HardWorker</td>
793
+ <td>
794
+ <div class="args">&quot;asdf&quot;, 1234</div>
795
+ </td>
796
+ <td>
797
+ <div>RuntimeError: Some fake message</div>
798
+ </td>
799
+ </tr>
800
+
801
+ <tr>
802
+ <td class="table-checkbox">
803
+ <label>
804
+ <input type='checkbox' name='key[]' value='1544993820.0-3' />
805
+ </label>
806
+ </td>
807
+ <td>
808
+ <a href="/sidekiq/morgue/1544993820.0-3"><time class="ltr" dir="ltr" title="2018-12-16T20:57:00Z" datetime="2018-12-16T20:57:00Z">2018-12-16 20:57:00 UTC</time></a>
809
+ </td>
810
+ <td>
811
+ <a href="/sidekiq/queues/foo">foo</a>
812
+ </td>
813
+ <td>HardWorker</td>
814
+ <td>
815
+ <div class="args">&quot;asdf&quot;, 1234</div>
816
+ </td>
817
+ <td>
818
+ <div>RuntimeError: Some fake message</div>
819
+ </td>
820
+ </tr>
821
+
822
+ <tr>
823
+ <td class="table-checkbox">
824
+ <label>
825
+ <input type='checkbox' name='key[]' value='1544993820.0-29' />
826
+ </label>
827
+ </td>
828
+ <td>
829
+ <a href="/sidekiq/morgue/1544993820.0-29"><time class="ltr" dir="ltr" title="2018-12-16T20:57:00Z" datetime="2018-12-16T20:57:00Z">2018-12-16 20:57:00 UTC</time></a>
830
+ </td>
831
+ <td>
832
+ <a href="/sidekiq/queues/foo">foo</a>
833
+ </td>
834
+ <td>HardWorker</td>
835
+ <td>
836
+ <div class="args">&quot;asdf&quot;, 1234</div>
837
+ </td>
838
+ <td>
839
+ <div>RuntimeError: Some fake message</div>
840
+ </td>
841
+ </tr>
842
+
843
+ <tr>
844
+ <td class="table-checkbox">
845
+ <label>
846
+ <input type='checkbox' name='key[]' value='1544993820.0-28' />
847
+ </label>
848
+ </td>
849
+ <td>
850
+ <a href="/sidekiq/morgue/1544993820.0-28"><time class="ltr" dir="ltr" title="2018-12-16T20:57:00Z" datetime="2018-12-16T20:57:00Z">2018-12-16 20:57:00 UTC</time></a>
851
+ </td>
852
+ <td>
853
+ <a href="/sidekiq/queues/foo">foo</a>
854
+ </td>
855
+ <td>HardWorker</td>
856
+ <td>
857
+ <div class="args">&quot;asdf&quot;, 1234</div>
858
+ </td>
859
+ <td>
860
+ <div>RuntimeError: Some fake message</div>
861
+ </td>
862
+ </tr>
863
+
864
+ <tr>
865
+ <td class="table-checkbox">
866
+ <label>
867
+ <input type='checkbox' name='key[]' value='1544993820.0-27' />
868
+ </label>
869
+ </td>
870
+ <td>
871
+ <a href="/sidekiq/morgue/1544993820.0-27"><time class="ltr" dir="ltr" title="2018-12-16T20:57:00Z" datetime="2018-12-16T20:57:00Z">2018-12-16 20:57:00 UTC</time></a>
872
+ </td>
873
+ <td>
874
+ <a href="/sidekiq/queues/foo">foo</a>
875
+ </td>
876
+ <td>HardWorker</td>
877
+ <td>
878
+ <div class="args">&quot;asdf&quot;, 1234</div>
879
+ </td>
880
+ <td>
881
+ <div>RuntimeError: Some fake message</div>
882
+ </td>
883
+ </tr>
884
+
885
+ <tr>
886
+ <td class="table-checkbox">
887
+ <label>
888
+ <input type='checkbox' name='key[]' value='1544993820.0-26' />
889
+ </label>
890
+ </td>
891
+ <td>
892
+ <a href="/sidekiq/morgue/1544993820.0-26"><time class="ltr" dir="ltr" title="2018-12-16T20:57:00Z" datetime="2018-12-16T20:57:00Z">2018-12-16 20:57:00 UTC</time></a>
893
+ </td>
894
+ <td>
895
+ <a href="/sidekiq/queues/foo">foo</a>
896
+ </td>
897
+ <td>HardWorker</td>
898
+ <td>
899
+ <div class="args">&quot;asdf&quot;, 1234</div>
900
+ </td>
901
+ <td>
902
+ <div>RuntimeError: Some fake message</div>
903
+ </td>
904
+ </tr>
905
+
906
+ <tr>
907
+ <td class="table-checkbox">
908
+ <label>
909
+ <input type='checkbox' name='key[]' value='1544993820.0-25' />
910
+ </label>
911
+ </td>
912
+ <td>
913
+ <a href="/sidekiq/morgue/1544993820.0-25"><time class="ltr" dir="ltr" title="2018-12-16T20:57:00Z" datetime="2018-12-16T20:57:00Z">2018-12-16 20:57:00 UTC</time></a>
914
+ </td>
915
+ <td>
916
+ <a href="/sidekiq/queues/foo">foo</a>
917
+ </td>
918
+ <td>HardWorker</td>
919
+ <td>
920
+ <div class="args">&quot;asdf&quot;, 1234</div>
921
+ </td>
922
+ <td>
923
+ <div>RuntimeError: Some fake message</div>
924
+ </td>
925
+ </tr>
926
+
927
+ <tr>
928
+ <td class="table-checkbox">
929
+ <label>
930
+ <input type='checkbox' name='key[]' value='1544993820.0-24' />
931
+ </label>
932
+ </td>
933
+ <td>
934
+ <a href="/sidekiq/morgue/1544993820.0-24"><time class="ltr" dir="ltr" title="2018-12-16T20:57:00Z" datetime="2018-12-16T20:57:00Z">2018-12-16 20:57:00 UTC</time></a>
935
+ </td>
936
+ <td>
937
+ <a href="/sidekiq/queues/foo">foo</a>
938
+ </td>
939
+ <td>HardWorker</td>
940
+ <td>
941
+ <div class="args">&quot;asdf&quot;, 1234</div>
942
+ </td>
943
+ <td>
944
+ <div>RuntimeError: Some fake message</div>
945
+ </td>
946
+ </tr>
947
+
948
+ <tr>
949
+ <td class="table-checkbox">
950
+ <label>
951
+ <input type='checkbox' name='key[]' value='1544993820.0-23' />
952
+ </label>
953
+ </td>
954
+ <td>
955
+ <a href="/sidekiq/morgue/1544993820.0-23"><time class="ltr" dir="ltr" title="2018-12-16T20:57:00Z" datetime="2018-12-16T20:57:00Z">2018-12-16 20:57:00 UTC</time></a>
956
+ </td>
957
+ <td>
958
+ <a href="/sidekiq/queues/foo">foo</a>
959
+ </td>
960
+ <td>HardWorker</td>
961
+ <td>
962
+ <div class="args">&quot;asdf&quot;, 1234</div>
963
+ </td>
964
+ <td>
965
+ <div>RuntimeError: Some fake message</div>
966
+ </td>
967
+ </tr>
968
+
969
+ <tr>
970
+ <td class="table-checkbox">
971
+ <label>
972
+ <input type='checkbox' name='key[]' value='1544993820.0-22' />
973
+ </label>
974
+ </td>
975
+ <td>
976
+ <a href="/sidekiq/morgue/1544993820.0-22"><time class="ltr" dir="ltr" title="2018-12-16T20:57:00Z" datetime="2018-12-16T20:57:00Z">2018-12-16 20:57:00 UTC</time></a>
977
+ </td>
978
+ <td>
979
+ <a href="/sidekiq/queues/foo">foo</a>
980
+ </td>
981
+ <td>HardWorker</td>
982
+ <td>
983
+ <div class="args">&quot;asdf&quot;, 1234</div>
984
+ </td>
985
+ <td>
986
+ <div>RuntimeError: Some fake message</div>
987
+ </td>
988
+ </tr>
989
+
990
+ <tr>
991
+ <td class="table-checkbox">
992
+ <label>
993
+ <input type='checkbox' name='key[]' value='1544993820.0-21' />
994
+ </label>
995
+ </td>
996
+ <td>
997
+ <a href="/sidekiq/morgue/1544993820.0-21"><time class="ltr" dir="ltr" title="2018-12-16T20:57:00Z" datetime="2018-12-16T20:57:00Z">2018-12-16 20:57:00 UTC</time></a>
998
+ </td>
999
+ <td>
1000
+ <a href="/sidekiq/queues/foo">foo</a>
1001
+ </td>
1002
+ <td>HardWorker</td>
1003
+ <td>
1004
+ <div class="args">&quot;asdf&quot;, 1234</div>
1005
+ </td>
1006
+ <td>
1007
+ <div>RuntimeError: Some fake message</div>
1008
+ </td>
1009
+ </tr>
1010
+
1011
+ <tr>
1012
+ <td class="table-checkbox">
1013
+ <label>
1014
+ <input type='checkbox' name='key[]' value='1544993820.0-20' />
1015
+ </label>
1016
+ </td>
1017
+ <td>
1018
+ <a href="/sidekiq/morgue/1544993820.0-20"><time class="ltr" dir="ltr" title="2018-12-16T20:57:00Z" datetime="2018-12-16T20:57:00Z">2018-12-16 20:57:00 UTC</time></a>
1019
+ </td>
1020
+ <td>
1021
+ <a href="/sidekiq/queues/foo">foo</a>
1022
+ </td>
1023
+ <td>HardWorker</td>
1024
+ <td>
1025
+ <div class="args">&quot;asdf&quot;, 1234</div>
1026
+ </td>
1027
+ <td>
1028
+ <div>RuntimeError: Some fake message</div>
1029
+ </td>
1030
+ </tr>
1031
+
1032
+ <tr>
1033
+ <td class="table-checkbox">
1034
+ <label>
1035
+ <input type='checkbox' name='key[]' value='1544993820.0-2' />
1036
+ </label>
1037
+ </td>
1038
+ <td>
1039
+ <a href="/sidekiq/morgue/1544993820.0-2"><time class="ltr" dir="ltr" title="2018-12-16T20:57:00Z" datetime="2018-12-16T20:57:00Z">2018-12-16 20:57:00 UTC</time></a>
1040
+ </td>
1041
+ <td>
1042
+ <a href="/sidekiq/queues/foo">foo</a>
1043
+ </td>
1044
+ <td>HardWorker</td>
1045
+ <td>
1046
+ <div class="args">&quot;asdf&quot;, 1234</div>
1047
+ </td>
1048
+ <td>
1049
+ <div>RuntimeError: Some fake message</div>
1050
+ </td>
1051
+ </tr>
1052
+
1053
+ <tr>
1054
+ <td class="table-checkbox">
1055
+ <label>
1056
+ <input type='checkbox' name='key[]' value='1544993820.0-19' />
1057
+ </label>
1058
+ </td>
1059
+ <td>
1060
+ <a href="/sidekiq/morgue/1544993820.0-19"><time class="ltr" dir="ltr" title="2018-12-16T20:57:00Z" datetime="2018-12-16T20:57:00Z">2018-12-16 20:57:00 UTC</time></a>
1061
+ </td>
1062
+ <td>
1063
+ <a href="/sidekiq/queues/foo">foo</a>
1064
+ </td>
1065
+ <td>HardWorker</td>
1066
+ <td>
1067
+ <div class="args">&quot;asdf&quot;, 1234</div>
1068
+ </td>
1069
+ <td>
1070
+ <div>RuntimeError: Some fake message</div>
1071
+ </td>
1072
+ </tr>
1073
+
1074
+ <tr>
1075
+ <td class="table-checkbox">
1076
+ <label>
1077
+ <input type='checkbox' name='key[]' value='1544993820.0-18' />
1078
+ </label>
1079
+ </td>
1080
+ <td>
1081
+ <a href="/sidekiq/morgue/1544993820.0-18"><time class="ltr" dir="ltr" title="2018-12-16T20:57:00Z" datetime="2018-12-16T20:57:00Z">2018-12-16 20:57:00 UTC</time></a>
1082
+ </td>
1083
+ <td>
1084
+ <a href="/sidekiq/queues/foo">foo</a>
1085
+ </td>
1086
+ <td>HardWorker</td>
1087
+ <td>
1088
+ <div class="args">&quot;asdf&quot;, 1234</div>
1089
+ </td>
1090
+ <td>
1091
+ <div>RuntimeError: Some fake message</div>
1092
+ </td>
1093
+ </tr>
1094
+
1095
+ <tr>
1096
+ <td class="table-checkbox">
1097
+ <label>
1098
+ <input type='checkbox' name='key[]' value='1544993820.0-17' />
1099
+ </label>
1100
+ </td>
1101
+ <td>
1102
+ <a href="/sidekiq/morgue/1544993820.0-17"><time class="ltr" dir="ltr" title="2018-12-16T20:57:00Z" datetime="2018-12-16T20:57:00Z">2018-12-16 20:57:00 UTC</time></a>
1103
+ </td>
1104
+ <td>
1105
+ <a href="/sidekiq/queues/foo">foo</a>
1106
+ </td>
1107
+ <td>HardWorker</td>
1108
+ <td>
1109
+ <div class="args">&quot;asdf&quot;, 1234</div>
1110
+ </td>
1111
+ <td>
1112
+ <div>RuntimeError: Some fake message</div>
1113
+ </td>
1114
+ </tr>
1115
+
1116
+ <tr>
1117
+ <td class="table-checkbox">
1118
+ <label>
1119
+ <input type='checkbox' name='key[]' value='1544993820.0-16' />
1120
+ </label>
1121
+ </td>
1122
+ <td>
1123
+ <a href="/sidekiq/morgue/1544993820.0-16"><time class="ltr" dir="ltr" title="2018-12-16T20:57:00Z" datetime="2018-12-16T20:57:00Z">2018-12-16 20:57:00 UTC</time></a>
1124
+ </td>
1125
+ <td>
1126
+ <a href="/sidekiq/queues/foo">foo</a>
1127
+ </td>
1128
+ <td>HardWorker</td>
1129
+ <td>
1130
+ <div class="args">&quot;asdf&quot;, 1234</div>
1131
+ </td>
1132
+ <td>
1133
+ <div>RuntimeError: Some fake message</div>
1134
+ </td>
1135
+ </tr>
1136
+
1137
+ <tr>
1138
+ <td class="table-checkbox">
1139
+ <label>
1140
+ <input type='checkbox' name='key[]' value='1544993820.0-15' />
1141
+ </label>
1142
+ </td>
1143
+ <td>
1144
+ <a href="/sidekiq/morgue/1544993820.0-15"><time class="ltr" dir="ltr" title="2018-12-16T20:57:00Z" datetime="2018-12-16T20:57:00Z">2018-12-16 20:57:00 UTC</time></a>
1145
+ </td>
1146
+ <td>
1147
+ <a href="/sidekiq/queues/foo">foo</a>
1148
+ </td>
1149
+ <td>HardWorker</td>
1150
+ <td>
1151
+ <div class="args">&quot;asdf&quot;, 1234</div>
1152
+ </td>
1153
+ <td>
1154
+ <div>RuntimeError: Some fake message</div>
1155
+ </td>
1156
+ </tr>
1157
+
1158
+ <tr>
1159
+ <td class="table-checkbox">
1160
+ <label>
1161
+ <input type='checkbox' name='key[]' value='1544993820.0-14' />
1162
+ </label>
1163
+ </td>
1164
+ <td>
1165
+ <a href="/sidekiq/morgue/1544993820.0-14"><time class="ltr" dir="ltr" title="2018-12-16T20:57:00Z" datetime="2018-12-16T20:57:00Z">2018-12-16 20:57:00 UTC</time></a>
1166
+ </td>
1167
+ <td>
1168
+ <a href="/sidekiq/queues/foo">foo</a>
1169
+ </td>
1170
+ <td>HardWorker</td>
1171
+ <td>
1172
+ <div class="args">&quot;asdf&quot;, 1234</div>
1173
+ </td>
1174
+ <td>
1175
+ <div>RuntimeError: Some fake message</div>
1176
+ </td>
1177
+ </tr>
1178
+
1179
+ <tr>
1180
+ <td class="table-checkbox">
1181
+ <label>
1182
+ <input type='checkbox' name='key[]' value='1544993820.0-13' />
1183
+ </label>
1184
+ </td>
1185
+ <td>
1186
+ <a href="/sidekiq/morgue/1544993820.0-13"><time class="ltr" dir="ltr" title="2018-12-16T20:57:00Z" datetime="2018-12-16T20:57:00Z">2018-12-16 20:57:00 UTC</time></a>
1187
+ </td>
1188
+ <td>
1189
+ <a href="/sidekiq/queues/foo">foo</a>
1190
+ </td>
1191
+ <td>HardWorker</td>
1192
+ <td>
1193
+ <div class="args">&quot;asdf&quot;, 1234</div>
1194
+ </td>
1195
+ <td>
1196
+ <div>RuntimeError: Some fake message</div>
1197
+ </td>
1198
+ </tr>
1199
+
1200
+ <tr>
1201
+ <td class="table-checkbox">
1202
+ <label>
1203
+ <input type='checkbox' name='key[]' value='1544993820.0-12' />
1204
+ </label>
1205
+ </td>
1206
+ <td>
1207
+ <a href="/sidekiq/morgue/1544993820.0-12"><time class="ltr" dir="ltr" title="2018-12-16T20:57:00Z" datetime="2018-12-16T20:57:00Z">2018-12-16 20:57:00 UTC</time></a>
1208
+ </td>
1209
+ <td>
1210
+ <a href="/sidekiq/queues/foo">foo</a>
1211
+ </td>
1212
+ <td>HardWorker</td>
1213
+ <td>
1214
+ <div class="args">&quot;asdf&quot;, 1234</div>
1215
+ </td>
1216
+ <td>
1217
+ <div>RuntimeError: Some fake message</div>
1218
+ </td>
1219
+ </tr>
1220
+
1221
+ <tr>
1222
+ <td class="table-checkbox">
1223
+ <label>
1224
+ <input type='checkbox' name='key[]' value='1544993820.0-11' />
1225
+ </label>
1226
+ </td>
1227
+ <td>
1228
+ <a href="/sidekiq/morgue/1544993820.0-11"><time class="ltr" dir="ltr" title="2018-12-16T20:57:00Z" datetime="2018-12-16T20:57:00Z">2018-12-16 20:57:00 UTC</time></a>
1229
+ </td>
1230
+ <td>
1231
+ <a href="/sidekiq/queues/foo">foo</a>
1232
+ </td>
1233
+ <td>HardWorker</td>
1234
+ <td>
1235
+ <div class="args">&quot;asdf&quot;, 1234</div>
1236
+ </td>
1237
+ <td>
1238
+ <div>RuntimeError: Some fake message</div>
1239
+ </td>
1240
+ </tr>
1241
+
1242
+ <tr>
1243
+ <td class="table-checkbox">
1244
+ <label>
1245
+ <input type='checkbox' name='key[]' value='1544993820.0-10' />
1246
+ </label>
1247
+ </td>
1248
+ <td>
1249
+ <a href="/sidekiq/morgue/1544993820.0-10"><time class="ltr" dir="ltr" title="2018-12-16T20:57:00Z" datetime="2018-12-16T20:57:00Z">2018-12-16 20:57:00 UTC</time></a>
1250
+ </td>
1251
+ <td>
1252
+ <a href="/sidekiq/queues/foo">foo</a>
1253
+ </td>
1254
+ <td>HardWorker</td>
1255
+ <td>
1256
+ <div class="args">&quot;asdf&quot;, 1234</div>
1257
+ </td>
1258
+ <td>
1259
+ <div>RuntimeError: Some fake message</div>
1260
+ </td>
1261
+ </tr>
1262
+
1263
+ </table>
1264
+ <input class="btn btn-primary btn-xs pull-left" type="submit" name="retry" value="Revive" />
1265
+ <input class="btn btn-danger btn-xs pull-left" type="submit" name="delete" value="Bury" />
1266
+ </form>
1267
+
1268
+ <form action="/sidekiq/undertaker/morgue/HardWorker/RuntimeError/1_hour/delete" method="post">
1269
+ <input type='hidden' name='authenticity_token' value='stubbed-csrf-token'/>
1270
+ <input class="btn btn-danger btn-xs pull-right" type="submit" name="delete" value="Bury All" data-confirm="Are you sure?" />
1271
+ </form>
1272
+
1273
+ <form action="/sidekiq/undertaker/morgue/HardWorker/RuntimeError/1_hour/retry" method="post">
1274
+ <input type='hidden' name='authenticity_token' value='stubbed-csrf-token'/>
1275
+ <input class="btn btn-danger btn-xs pull-right" type="submit" name="retry" value="Revive All" data-confirm="Are you sure?" />
1276
+ </form>
1277
+
1278
+
1279
+ </div>
1280
+ </div>
1281
+ </div>
1282
+ </div>
1283
+ <div class="navbar navbar-fixed-bottom navbar-inverse ltr">
1284
+ <div class="navbar-inner">
1285
+ <div class="container text-center">
1286
+ <ul class="nav">
1287
+ <li>
1288
+ <p class="navbar-text product-version">Sidekiq v*EXCLUDED*</p>
1289
+ </li>
1290
+ <li>
1291
+ <p class="navbar-text redis-url" title="redis://127.0.0.1:6379/0">redis://127.0.0.1:6379/0</p>
1292
+ </li>
1293
+ <li>
1294
+ <p class="navbar-text server-utc-time">20:57:00 UTC</p>
1295
+ </li>
1296
+ <li>
1297
+ <p class="navbar-text"><a style="color: gray;" href="https://github.com/mperham/sidekiq/wiki">docs</a></p>
1298
+ </li>
1299
+ </ul>
1300
+ </div>
1301
+ </div>
1302
+ </div>
1303
+
1304
+ </body>
1305
+ </html>