dep: bump sidekiq from 6.5.1 to 6.5.3
Bumps sidekiq from 6.5.1 to 6.5.3.
Changelog
Sourced from sidekiq's changelog.
6.5.3
- Don't require metrics code without explicit opt-in #5456
6.5.2
- Job Metrics are under active development, help wanted! BETA
- Add
Context
column on queue page which shows any CurrentAttributes #5450sidekiq_retry_in
may now return:discard
or:kill
to dynamically stop job retries #5406- Smarter sorting of processes in /busy Web UI #5398
- Fix broken hamburger menu in mobile UI #5428
- Require redis-rb 4.5.0. Note that Sidekiq will break if you use the
Redis.exists_returns_integer = false
flag. #5394
Commits
-
0d5cc88
oops -
44c2e7a
Dont require any metrics code without opt-in, fixes #5456 -
e320961
ready for release -
25754d1
5.5.2 -
6ab5810
re-enable current attributes -
dcdfde8
minor fixes -
c74cf00
Use dig to help with incomplete data -
7edf82f
safe_load our language files -
f6e552d
changes -
c8a4b83
Optimization: do not create cattr unless it has contents - Additional commits viewable in compare view
Dependabot commands
You can trigger Dependabot actions by commenting on this MR
-
@dependabot-bot rebase
will rebase this MR -
@dependabot-bot recreate
will recreate this MR rewriting all the manual changes and resolving conflicts
Allure report
allure-report-publisher
generated test report!
rspec:
+------------------------------------------------------------------+
| behaviors summary |
+-------------+--------+--------+---------+-------+-------+--------+
| | passed | failed | skipped | flaky | total | result |
+-------------+--------+--------+---------+-------+-------+--------+
| services | 174 | 0 | 0 | 0 | 174 | ✅ |
| controllers | 25 | 0 | 0 | 0 | 25 | ✅ |
| tasks | 9 | 0 | 0 | 0 | 9 | ✅ |
| jobs | 14 | 0 | 0 | 0 | 14 | ✅ |
| system | 10 | 0 | 0 | 0 | 10 | ✅ |
| models | 4 | 0 | 0 | 0 | 4 | ✅ |
+-------------+--------+--------+---------+-------+-------+--------+
| Total | 236 | 0 | 0 | 0 | 236 | ✅ |
+-------------+--------+--------+---------+-------+-------+--------+
Edited by George Koltsov