-
Notifications
You must be signed in to change notification settings - Fork 3
chore(deps): update dependency sidekiq to v8 #1036
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
|
2bdd472 to
d6e6344
Compare
d6e6344 to
be0278a
Compare
be0278a to
1b5ed7a
Compare
1b5ed7a to
b877afb
Compare
Edited/Blocked NotificationRenovate will not automatically rebase this PR, because it does not recognize the last commit author and assumes somebody else may have edited the PR. You can manually request rebase by checking the rebase/retry box above. |
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## staging #1036 +/- ##
========================================
Coverage 75.13% 75.13%
========================================
Files 53 53
Lines 1102 1102
========================================
Hits 828 828
Misses 274 274 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
|
test failing has to do with rack 3.1 |
This PR contains the following updates:
'~> 7.3.9'->'~> 8.0.3'Release Notes
sidekiq/sidekiq (sidekiq)
v8.0.3Compare Source
v8.0.2Compare Source
on(:exit)event to run code right before the Sidekiq process exits [#6637]v8.0.1Compare Source
v8.0.0Compare Source
ActiveJob::QueueAdapters::SidekiqAdapter::JobWrappertoSidekiq::ActiveJob::Wrapper.The old name will still work in 8.x.
created_at,enqueued_at,failed_atandretried_atattributes are now stored as epoch milliseconds, rather than epoch floats.This is meant to avoid precision issues with JSON and JavaScript's 53-bit Floats.
Example:
"created_at" => 1234567890.123456->"created_at" => 1234567890123.which makes it really easy to performance tune your slow jobs.
The Web UI contains a new Profiles tab to view any collected profile data.
Please read the new Profiling wiki page for details.
ActiveJob::Argumentsto serialize the context object, supporting Symbols and GlobalID.The change should be backwards compatible. [#6510]
Sidekiq::Webto simplify the code and improve security [#6532]The CSS has been rewritten from scratch to remove the Bootstrap framework.
on_cancelcallback for iterable jobs [#6607]cursorreader to get the current cursor inside iterable jobs [#6606]Exception#detailed_messageand#full_messageAPIs.This can help avoid TimeoutErrors when Sidekiq is overloaded. [#6543]
Logger#with_level, remove Sidekiq's custom implbase64gem dependencyConfiguration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR was generated by Mend Renovate. View the repository job log.