sidekiq-undertaker 1.6.0 → 1.8.0.rc01
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/.github/workflows/ruby-build.yml +8 -6
- data/.rubocop.yml +6 -5
- data/.rubocop_codeclimate.yml +1 -1
- data/.rubocop_todo.yml +20 -8
- data/CHANGELOG.md +21 -0
- data/Gemfile +19 -2
- data/lib/sidekiq/undertaker/dead_job.rb +1 -1
- data/lib/sidekiq/undertaker/version.rb +1 -1
- data/lib/sidekiq/undertaker/web_extension/api_helpers.rb +44 -33
- data/lib/sidekiq/undertaker.rb +5 -3
- data/renovate.json +3 -2
- data/sidekiq-undertaker.gemspec +3 -24
- data/spec/fixtures/approvals/sidekiq_undertaker_webextension/show_filter/when_filter_page_is_called/behaves_like_a_page/the_displayed_page_is_correct_for_sidekiqv8.approved.txt +377 -0
- data/spec/fixtures/approvals/sidekiq_undertaker_webextension/show_filter/when_job_classbucket_page_is_called/behaves_like_a_page/the_displayed_page_is_correct_for_sidekiqv8.approved.txt +362 -0
- data/spec/fixtures/approvals/sidekiq_undertaker_webextension/show_filter/when_job_classbucket_page_is_polled/behaves_like_a_page/the_displayed_page_is_correct_for_sidekiqv8.approved.txt +362 -0
- data/spec/fixtures/approvals/sidekiq_undertaker_webextension/show_filter/when_job_classerror_classbucket_page_is_called/behaves_like_a_page/the_displayed_page_is_correct_for_sidekiqv8.approved.txt +352 -0
- data/spec/fixtures/approvals/sidekiq_undertaker_webextension/show_filter/when_job_classerror_classbucket_page_is_polled/behaves_like_a_page/the_displayed_page_is_correct_for_sidekiqv8.approved.txt +352 -0
- 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_for_sidekiqv7.approved.txt → the_displayed_page_is_correct_for_sidekiqv8.approved.txt} +212 -98
- data/spec/fixtures/approvals/sidekiq_undertaker_webextension/show_morgue/when_job_classerrorbucket_is_called/with_job_class_error_and_specific_error_message/behaves_like_a_page/the_displayed_page_is_correct_for_sidekiqv8.approved.txt +407 -0
- data/spec/fixtures/approvals/sidekiq_undertaker_webextension/show_morgue/when_job_classerrorbucket_is_called/with_job_class_error_and_specific_error_message/with_pagination/behaves_like_a_page/{the_displayed_page_is_correct_for_sidekiqv7.approved.txt → the_displayed_page_is_correct_for_sidekiqv8.approved.txt} +276 -160
- 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_for_sidekiqv8.approved.txt +407 -0
- 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_sidekiqv7.approved.txt → the_displayed_page_is_correct_for_sidekiqv8.approved.txt} +276 -160
- data/spec/sidekiq/undertaker/dead_jobs_spec.rb +2 -2
- data/spec/sidekiq/undertaker/web_extension_spec.rb +12 -13
- data/spec/spec_helper.rb +14 -1
- data/spec/support/monkey_patch/approvals/writers/text_writer.rb +20 -0
- metadata +17 -305
- data/.github/dependabot.yml +0 -8
- data/spec/fixtures/approvals/sidekiq_undertaker_webextension/show_filter/when_filter_page_is_called/behaves_like_a_page/the_displayed_page_is_correct_for_sidekiqv6.approved.txt +0 -256
- data/spec/fixtures/approvals/sidekiq_undertaker_webextension/show_filter/when_filter_page_is_called/behaves_like_a_page/the_displayed_page_is_correct_for_sidekiqv7.approved.txt +0 -265
- data/spec/fixtures/approvals/sidekiq_undertaker_webextension/show_filter/when_job_classbucket_page_is_called/behaves_like_a_page/the_displayed_page_is_correct_for_sidekiqv6.approved.txt +0 -241
- data/spec/fixtures/approvals/sidekiq_undertaker_webextension/show_filter/when_job_classbucket_page_is_called/behaves_like_a_page/the_displayed_page_is_correct_for_sidekiqv7.approved.txt +0 -250
- data/spec/fixtures/approvals/sidekiq_undertaker_webextension/show_filter/when_job_classbucket_page_is_polled/behaves_like_a_page/the_displayed_page_is_correct_for_sidekiqv6.approved.txt +0 -241
- data/spec/fixtures/approvals/sidekiq_undertaker_webextension/show_filter/when_job_classbucket_page_is_polled/behaves_like_a_page/the_displayed_page_is_correct_for_sidekiqv7.approved.txt +0 -250
- data/spec/fixtures/approvals/sidekiq_undertaker_webextension/show_filter/when_job_classerror_classbucket_page_is_called/behaves_like_a_page/the_displayed_page_is_correct_for_sidekiqv6.approved.txt +0 -231
- data/spec/fixtures/approvals/sidekiq_undertaker_webextension/show_filter/when_job_classerror_classbucket_page_is_called/behaves_like_a_page/the_displayed_page_is_correct_for_sidekiqv7.approved.txt +0 -240
- data/spec/fixtures/approvals/sidekiq_undertaker_webextension/show_filter/when_job_classerror_classbucket_page_is_polled/behaves_like_a_page/the_displayed_page_is_correct_for_sidekiqv6.approved.txt +0 -231
- data/spec/fixtures/approvals/sidekiq_undertaker_webextension/show_filter/when_job_classerror_classbucket_page_is_polled/behaves_like_a_page/the_displayed_page_is_correct_for_sidekiqv7.approved.txt +0 -240
- 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_for_sidekiqv6.approved.txt +0 -326
- data/spec/fixtures/approvals/sidekiq_undertaker_webextension/show_morgue/when_job_classerrorbucket_is_called/with_job_class_error_and_specific_error_message/behaves_like_a_page/the_displayed_page_is_correct_for_sidekiqv6.approved.txt +0 -284
- data/spec/fixtures/approvals/sidekiq_undertaker_webextension/show_morgue/when_job_classerrorbucket_is_called/with_job_class_error_and_specific_error_message/behaves_like_a_page/the_displayed_page_is_correct_for_sidekiqv7.approved.txt +0 -293
- data/spec/fixtures/approvals/sidekiq_undertaker_webextension/show_morgue/when_job_classerrorbucket_is_called/with_job_class_error_and_specific_error_message/with_pagination/behaves_like_a_page/the_displayed_page_is_correct_for_sidekiqv6.approved.txt +0 -1310
- 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_for_sidekiqv6.approved.txt +0 -284
- 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_for_sidekiqv7.approved.txt +0 -293
- 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 +0 -1310
@@ -0,0 +1,352 @@
|
|
1
|
+
<!doctype html>
|
2
|
+
<html dir="ltr" lang="en">
|
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/style.css" media="screen" rel="stylesheet" type="text/css" nonce="<nonce>" />
|
9
|
+
|
10
|
+
<link rel="apple-touch-icon" href="/sidekiq/images/apple-touch-icon.png">
|
11
|
+
<link rel="shortcut icon" type="image/ico" href="/sidekiq/images/favicon.ico" />
|
12
|
+
<script type="text/javascript" src="/sidekiq/javascripts/application.js" nonce="<nonce>"></script>
|
13
|
+
<meta name="google" content="notranslate" />
|
14
|
+
|
15
|
+
</head>
|
16
|
+
<body class="admin" data-locale="en">
|
17
|
+
<header>
|
18
|
+
<div class="container">
|
19
|
+
<div class="navbar-header" data-navbar="static">
|
20
|
+
<button type="button" class="btn navbar-toggle" data-toggle="navbar-menu" data-target="#navbar-menu">
|
21
|
+
<span class="icon-bar"></span>
|
22
|
+
<span class="icon-bar"></span>
|
23
|
+
<span class="icon-bar"></span>
|
24
|
+
</button>
|
25
|
+
<div class="navbar-livereload">
|
26
|
+
|
27
|
+
<a class="btn live-poll live-poll-start btn-primary">Live Poll</a>
|
28
|
+
<a class="btn live-poll live-poll-stop btn-danger">Stop Polling</a>
|
29
|
+
|
30
|
+
|
31
|
+
|
32
|
+
</div>
|
33
|
+
<a class="navbar-brand" href="/sidekiq/">
|
34
|
+
Sidekiq
|
35
|
+
</a>
|
36
|
+
</div>
|
37
|
+
|
38
|
+
<div class="navbar-collapse" role="navigation" id="navbar-menu">
|
39
|
+
<ul class="nav" data-navbar="static">
|
40
|
+
|
41
|
+
|
42
|
+
<li class="">
|
43
|
+
<a href="/sidekiq/">Dashboard</a>
|
44
|
+
</li>
|
45
|
+
|
46
|
+
|
47
|
+
|
48
|
+
<li class="">
|
49
|
+
<a href="/sidekiq/busy">Busy</a>
|
50
|
+
</li>
|
51
|
+
|
52
|
+
|
53
|
+
|
54
|
+
<li class="">
|
55
|
+
<a href="/sidekiq/queues">Queues</a>
|
56
|
+
</li>
|
57
|
+
|
58
|
+
|
59
|
+
|
60
|
+
<li class="">
|
61
|
+
<a href="/sidekiq/retries">Retries</a>
|
62
|
+
</li>
|
63
|
+
|
64
|
+
|
65
|
+
|
66
|
+
<li class="">
|
67
|
+
<a href="/sidekiq/scheduled">Scheduled</a>
|
68
|
+
</li>
|
69
|
+
|
70
|
+
|
71
|
+
|
72
|
+
<li class="">
|
73
|
+
<a href="/sidekiq/morgue">Dead</a>
|
74
|
+
</li>
|
75
|
+
|
76
|
+
|
77
|
+
|
78
|
+
<li class="">
|
79
|
+
<a href="/sidekiq/metrics">Metrics</a>
|
80
|
+
</li>
|
81
|
+
|
82
|
+
|
83
|
+
|
84
|
+
<li class="">
|
85
|
+
<a href="/sidekiq/profiles">Profiles</a>
|
86
|
+
</li>
|
87
|
+
|
88
|
+
|
89
|
+
|
90
|
+
<li class="active">
|
91
|
+
<a href="/sidekiq/undertaker/filter">Undertaker</a>
|
92
|
+
</li>
|
93
|
+
|
94
|
+
|
95
|
+
|
96
|
+
<li class="navbar-livereload">
|
97
|
+
<div class="poll-wrapper">
|
98
|
+
|
99
|
+
<a class="btn live-poll live-poll-start btn-primary">Live Poll</a>
|
100
|
+
<a class="btn live-poll live-poll-stop btn-danger">Stop Polling</a>
|
101
|
+
|
102
|
+
|
103
|
+
|
104
|
+
</div>
|
105
|
+
</li>
|
106
|
+
</ul>
|
107
|
+
</div>
|
108
|
+
</div>
|
109
|
+
</header>
|
110
|
+
|
111
|
+
<main id="page">
|
112
|
+
<div class="container">
|
113
|
+
<div class="cards-container">
|
114
|
+
<article>
|
115
|
+
<span id="txtProcessed" class="count" data-nwp>0</span>
|
116
|
+
<span class="desc">Processed</span>
|
117
|
+
</article>
|
118
|
+
<article>
|
119
|
+
<span id="txtFailed" class="count" data-nwp>0</span>
|
120
|
+
<span class="desc">Failed</span>
|
121
|
+
</article>
|
122
|
+
<article>
|
123
|
+
<a href="/sidekiq/busy">
|
124
|
+
<span id="txtBusy" class="count" data-nwp>0</span>
|
125
|
+
<span class="desc">Busy</span>
|
126
|
+
</a>
|
127
|
+
</article>
|
128
|
+
<article>
|
129
|
+
<a href="/sidekiq/queues">
|
130
|
+
<span id="txtEnqueued" class="count" data-nwp>0</span>
|
131
|
+
<span class="desc">Enqueued</span>
|
132
|
+
</a>
|
133
|
+
</article>
|
134
|
+
<article>
|
135
|
+
<a href="/sidekiq/retries">
|
136
|
+
<span id="txtRetries" class="count" data-nwp>0</span>
|
137
|
+
<span class="desc">Retries</span>
|
138
|
+
</a>
|
139
|
+
</article>
|
140
|
+
<article>
|
141
|
+
<a href="/sidekiq/scheduled">
|
142
|
+
<span id="txtScheduled" class="count" data-nwp>0</span>
|
143
|
+
<span class="desc">Scheduled</span>
|
144
|
+
</a>
|
145
|
+
</article>
|
146
|
+
<article>
|
147
|
+
<a href="/sidekiq/morgue">
|
148
|
+
<span id="txtDead" class="count" data-nwp>4</span>
|
149
|
+
<span class="desc">Dead</span>
|
150
|
+
</a>
|
151
|
+
</article>
|
152
|
+
</div>
|
153
|
+
|
154
|
+
<header class="row header">
|
155
|
+
<div class="col-sm-12">
|
156
|
+
<h3>
|
157
|
+
<b>2</b> dead jobs
|
158
|
+
of <b>HardWorker</b> class
|
159
|
+
with <b>RuntimeError</b> exception
|
160
|
+
</h3>
|
161
|
+
</div>
|
162
|
+
</header>
|
163
|
+
|
164
|
+
<table class="table table-striped table-bordered table-white">
|
165
|
+
<thead>
|
166
|
+
<tr>
|
167
|
+
<th style="width: 20%">Error Message</th>
|
168
|
+
<th style="width: 10%">All</th>
|
169
|
+
<th style="width: 10%">1 hour</th>
|
170
|
+
<th style="width: 10%">3 hours</th>
|
171
|
+
<th style="width: 10%">1 day</th>
|
172
|
+
<th style="width: 10%">3 days</th>
|
173
|
+
<th style="width: 10%">1 week</th>
|
174
|
+
<th style="width: 10%">Older</th>
|
175
|
+
</tr>
|
176
|
+
</thead>
|
177
|
+
|
178
|
+
<tr>
|
179
|
+
<td><a href='/sidekiq/undertaker/morgue/HardWorker/RuntimeError/T3B0aW9uICdkYXRhL2ZpbGVfbmFtZScgaXMgcmVxLi4u/total_dead'>Option 'data/file_name' is req...</a></td>
|
180
|
+
<td><a href='/sidekiq/undertaker/morgue/HardWorker/RuntimeError/T3B0aW9uICdkYXRhL2ZpbGVfbmFtZScgaXMgcmVxLi4u/total_dead'>2</a></td>
|
181
|
+
<td><a href='/sidekiq/undertaker/morgue/HardWorker/RuntimeError/T3B0aW9uICdkYXRhL2ZpbGVfbmFtZScgaXMgcmVxLi4u/1_hour'>2</a></td>
|
182
|
+
<td><a href='/sidekiq/undertaker/morgue/HardWorker/RuntimeError/T3B0aW9uICdkYXRhL2ZpbGVfbmFtZScgaXMgcmVxLi4u/3_hours'>0</a></td>
|
183
|
+
<td><a href='/sidekiq/undertaker/morgue/HardWorker/RuntimeError/T3B0aW9uICdkYXRhL2ZpbGVfbmFtZScgaXMgcmVxLi4u/1_day'>0</a></td>
|
184
|
+
<td><a href='/sidekiq/undertaker/morgue/HardWorker/RuntimeError/T3B0aW9uICdkYXRhL2ZpbGVfbmFtZScgaXMgcmVxLi4u/3_days'>0</a></td>
|
185
|
+
<td><a href='/sidekiq/undertaker/morgue/HardWorker/RuntimeError/T3B0aW9uICdkYXRhL2ZpbGVfbmFtZScgaXMgcmVxLi4u/1_week'>0</a></td>
|
186
|
+
<td><a href='/sidekiq/undertaker/morgue/HardWorker/RuntimeError/T3B0aW9uICdkYXRhL2ZpbGVfbmFtZScgaXMgcmVxLi4u/older'>0</a></td>
|
187
|
+
</tr>
|
188
|
+
|
189
|
+
<tr>
|
190
|
+
<td><a href='/sidekiq/undertaker/morgue/HardWorker/RuntimeError/YWxs/total_dead'>all</a></td>
|
191
|
+
<td><a href='/sidekiq/undertaker/morgue/HardWorker/RuntimeError/YWxs/total_dead'>2</a></td>
|
192
|
+
<td><a href='/sidekiq/undertaker/morgue/HardWorker/RuntimeError/YWxs/1_hour'>2</a></td>
|
193
|
+
<td><a href='/sidekiq/undertaker/morgue/HardWorker/RuntimeError/YWxs/3_hours'>0</a></td>
|
194
|
+
<td><a href='/sidekiq/undertaker/morgue/HardWorker/RuntimeError/YWxs/1_day'>0</a></td>
|
195
|
+
<td><a href='/sidekiq/undertaker/morgue/HardWorker/RuntimeError/YWxs/3_days'>0</a></td>
|
196
|
+
<td><a href='/sidekiq/undertaker/morgue/HardWorker/RuntimeError/YWxs/1_week'>0</a></td>
|
197
|
+
<td><a href='/sidekiq/undertaker/morgue/HardWorker/RuntimeError/YWxs/older'>0</a></td>
|
198
|
+
</tr>
|
199
|
+
|
200
|
+
</table>
|
201
|
+
|
202
|
+
</div>
|
203
|
+
</main>
|
204
|
+
<footer>
|
205
|
+
<div class="container">
|
206
|
+
<ul class="nav">
|
207
|
+
<li>
|
208
|
+
<p><b>Sidekiq v*EXCLUDED*</b></p>
|
209
|
+
</li>
|
210
|
+
<li>
|
211
|
+
<p title="redis://localhost:6379">redis://localhost:6379</p>
|
212
|
+
</li>
|
213
|
+
<li>
|
214
|
+
<p id="serverUtcTime">20:57:00 UTC</p>
|
215
|
+
</li>
|
216
|
+
<li>
|
217
|
+
<p><a rel=help href="https://github.com/sidekiq/sidekiq/wiki">docs</a></p>
|
218
|
+
</li>
|
219
|
+
<li>
|
220
|
+
<form id="locale-form" action="/sidekiq/change_locale" method="post">
|
221
|
+
<input type='hidden' name='authenticity_token' value=''/>
|
222
|
+
<select id="locale-select" aria-label="Language" class="form-control" name="locale">
|
223
|
+
|
224
|
+
|
225
|
+
<option value="ar">العربية</option>
|
226
|
+
|
227
|
+
|
228
|
+
|
229
|
+
<option value="cs">Čeština</option>
|
230
|
+
|
231
|
+
|
232
|
+
|
233
|
+
<option value="da">Dansk</option>
|
234
|
+
|
235
|
+
|
236
|
+
|
237
|
+
<option value="de">Deutsch</option>
|
238
|
+
|
239
|
+
|
240
|
+
|
241
|
+
<option value="el">ελληνικά</option>
|
242
|
+
|
243
|
+
|
244
|
+
|
245
|
+
<option selected value="en">English</option>
|
246
|
+
|
247
|
+
|
248
|
+
|
249
|
+
<option value="es">Español</option>
|
250
|
+
|
251
|
+
|
252
|
+
|
253
|
+
<option value="fa">فارسى</option>
|
254
|
+
|
255
|
+
|
256
|
+
|
257
|
+
<option value="fr">Français</option>
|
258
|
+
|
259
|
+
|
260
|
+
|
261
|
+
<option value="gd">Gaeilge</option>
|
262
|
+
|
263
|
+
|
264
|
+
|
265
|
+
<option value="he">עברית</option>
|
266
|
+
|
267
|
+
|
268
|
+
|
269
|
+
<option value="hi">हिन्दी</option>
|
270
|
+
|
271
|
+
|
272
|
+
|
273
|
+
<option value="it">Italiano</option>
|
274
|
+
|
275
|
+
|
276
|
+
|
277
|
+
<option value="ja">日本語</option>
|
278
|
+
|
279
|
+
|
280
|
+
|
281
|
+
<option value="ko">한국어</option>
|
282
|
+
|
283
|
+
|
284
|
+
|
285
|
+
<option value="lt">Lietuvių</option>
|
286
|
+
|
287
|
+
|
288
|
+
|
289
|
+
<option value="nb">Norsk</option>
|
290
|
+
|
291
|
+
|
292
|
+
|
293
|
+
<option value="nl">Nederlands</option>
|
294
|
+
|
295
|
+
|
296
|
+
|
297
|
+
<option value="pl">Polski</option>
|
298
|
+
|
299
|
+
|
300
|
+
|
301
|
+
<option value="pt-BR">Português (Brasil)</option>
|
302
|
+
|
303
|
+
|
304
|
+
|
305
|
+
<option value="pt">Português</option>
|
306
|
+
|
307
|
+
|
308
|
+
|
309
|
+
<option value="ru">Русский</option>
|
310
|
+
|
311
|
+
|
312
|
+
|
313
|
+
<option value="sv">Svenska</option>
|
314
|
+
|
315
|
+
|
316
|
+
|
317
|
+
<option value="ta">தமிழ்</option>
|
318
|
+
|
319
|
+
|
320
|
+
|
321
|
+
<option value="tr">Türkçe</option>
|
322
|
+
|
323
|
+
|
324
|
+
|
325
|
+
<option value="uk">Українська</option>
|
326
|
+
|
327
|
+
|
328
|
+
|
329
|
+
<option value="ur">اردو</option>
|
330
|
+
|
331
|
+
|
332
|
+
|
333
|
+
<option value="vi">Tiếng Việt</option>
|
334
|
+
|
335
|
+
|
336
|
+
|
337
|
+
<option value="zh-CN">中文</option>
|
338
|
+
|
339
|
+
|
340
|
+
|
341
|
+
<option value="zh-TW">臺灣話</option>
|
342
|
+
|
343
|
+
|
344
|
+
</select>
|
345
|
+
</form>
|
346
|
+
</li>
|
347
|
+
</ul>
|
348
|
+
</div>
|
349
|
+
</footer>
|
350
|
+
|
351
|
+
</body>
|
352
|
+
</html>
|