chore(deps): update dependency sidekiq to v8.0.8 #10
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
8.0.1
->8.0.8
Release Notes
sidekiq/sidekiq (sidekiq)
v8.0.8
Compare Source
Sidekiq will re-queue the job to continue execution at a later time [#6819, fatkodima]
discarded_at
attribute when discarding a job so death handlers can distinguish betweena job which was killed and one that was discarded. [#6820, gstokkink]
perform_bulk
now accepts an:at
array of times to schedule each job at the corresponding time.perform_bulk(args: [[1], [2]], at: [Time.now, Time.now + 1])
[#6790, fatkodima]perform_bulk
now accepts a:spread_interval
value to schedule jobs overthe next N seconds.
perform_bulk(..., spread_interval: 60)
[#6792, fatkodima]v8.0.7
Compare Source
:discard
option forsidekiq_retries_exhausted
andsidekiq_retry_in
now calls death handlers, otherwise it could break other Sidekiq
functionality. [#6741]
current_object
for easy access within thearound_iteration
callback [#6774]v8.0.6
Compare Source
after_all_transactions_commit
when available. [#6765, rewritten]:exit
[#6764]v8.0.5
Compare Source
stopping?
method to AJ adapter for compatibility with the new AJ::Continuations feature [#6732]CSRF in a cleaner manner and are default in most browsers now.
CSRF code will be removed in Sidekiq 9.0. [#6739]
v8.0.4
Compare Source
v8.0.3
Compare Source
v8.0.2
Compare Source
on(:exit)
event to run code right before the Sidekiq process exits [#6637]Configuration
📅 Schedule: Branch creation - "on sunday" (UTC), 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.