Update dependency sidekiq to v8 - #1317
Open
renovate[bot] wants to merge 1 commit into
Open
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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:
7.3.10→8.1.6Release Notes
sidekiq/sidekiq (sidekiq)
v8.1.6Compare Source
onlyparameter/busy?only=(jobs|processes)[#6992]v8.1.5Compare Source
CLIENT SETINFO[#6986]v8.1.4Compare Source
v8.1.3Compare Source
If 2 Capsules process jobs from the same queue, long-running
jobs could run in parallel during process shutdown.
Localization files in
web/localesare now manually parsed.Sidekiq::CLI will now only require YAML if you use a
-C.yml file.v8.1.2Compare Source
kiq, Sidekiq's official terminal UI:Use REDIS_URL or REDIS_PROVIDER to point
kiqto Redis.SortedSet#eachcaused it to miss half of the jobs [#6936]v8.1.1Compare Source
require 'sidekiq/testing'andrequire 'sidekiq/testing/inline'.Add new
Sidekiq.testing!(mode)API [#6931]Requiring code should not enable process-wide changes.
v8.1.0Compare Source
retry_forandretryare now mutually exclusive [#6878, Saidbek]perform_inlinenow enforcesstrict_args![#6718, Saidbek]Sec-Fetch-Siteheader [#6874, deve1212]assets_pathfor CDN purposes [#6865, stanhu]You can activate this beta feature like below.
Feedback requested: is this feature stable and useful for you in production?
This feature may or may not be enabled by default in Sidekiq 9.0.
v8.0.10Compare Source
same signal [#6857]
v8.0.9Compare Source
Sidekiq::ProcessAPI to provide capsule data. Thequeuesandweightsdata will be removed from Redis in Sidekiq 8.1, as this data can now be found in the
capsuleselement. [#6295]docs/sdlc.md) and security (docs/SECURITY.md) policydocumentation for Sidekiq's current workflows
v8.0.8Compare Source
Sidekiq will re-queue the job to continue execution at a later time [#6819, fatkodima]
discarded_atattribute when discarding a job so death handlers can distinguish betweena job which was killed and one that was discarded. [#6820, gstokkink]
perform_bulknow accepts an:atarray of times to schedule each job at the corresponding time.perform_bulk(args: [[1], [2]], at: [Time.now, Time.now + 1])[#6790, fatkodima]perform_bulknow accepts a:spread_intervalvalue to schedule jobs overthe next N seconds.
perform_bulk(..., spread_interval: 60)[#6792, fatkodima]v8.0.7Compare Source
:discardoption forsidekiq_retries_exhaustedandsidekiq_retry_innow calls death handlers, otherwise it could break other Sidekiq
functionality. [#6741]
current_objectfor easy access within thearound_iterationcallback [#6774]v8.0.6Compare Source
after_all_transactions_commitwhen available. [#6765, rewritten]:exit[#6764]v8.0.5Compare 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.4Compare Source
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: (UTC)
🚦 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.