Flaredown
Flaredown copied to clipboard
Bump sidekiq from 7.2.4 to 7.3.6 in /backend
Bumps sidekiq from 7.2.4 to 7.3.6.
Changelog
Sourced from sidekiq's changelog.
7.3.6
- Forward compatibility fixes for Ruby 3.4
- Filtering in the Web UI now works via GET so you can bookmark a filtered view. #6497
7.3.5
- Reimplement
retry_allandkill_allAPI methods to use ZPOPMIN, approximately 30-60% faster. #6481- Add preload testing binary at
examples/testing/sidekiq_bootto verify your Rails app boots correctly with Sidekiq Enterprise's app preloading.- Fix circular require with ActiveJob adapter #6477
- Fix potential race condition leading to incorrect serialized values for CurrentAttributes #6475
- Restore missing elapsed time when default job logging is disabled
7.3.4
- Fix FrozenError when starting Sidekiq #6470
7.3.3
- Freeze global configuration once boot is complete, to avoid configuration race conditions [#6466, #6465]
- Sidekiq now warns if a job iteration takes longer than the
-ttimeout setting (defaults to 25 seconds)- Iteration callbacks now have easy access to job arguments via the
argumentsmethod:def on_stop p arguments # => `[123, "string", {"key" => "value"}]` id, str, hash = arguments end
- Iterable jobs can be cancelled via
Sidekiq::Client#cancel!:c = Sidekiq::Client.new jid = c.push("class" => SomeJob, "args" => [123]) c.cancel!(jid) # => true
- Take over support for ActiveJob's
:sidekiqadapter [#6430, fatkodima]- Ensure CurrentAttributes are in scope when creating batch callbacks #6455
- Add
Sidekiq.gem_versionAPI.- Update Ukranian translations
7.3.2
... (truncated)
Commits
3c61a21bump, prepare for release0e9419asheesh9e9eb12fix ci9dd8ae7Rails 7 for Sidekiq 7, can't bump this yet2f462fcBenchmarking Rails 8.0/sq 1.0, add more arguments for realism9cdb64fSidekiq Web: Apply filters on GET requests (#6497)ba51d28documentation for weighted queues in capsules (#6496)a736b81ent changes5a96ed3Add env flag to skip warmup, #62798b1e859Revert "bump rails to 8"- Additional commits viewable in compare view
Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
-
@dependabot rebasewill rebase this PR -
@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it -
@dependabot mergewill merge this PR after your CI passes on it -
@dependabot squash and mergewill squash and merge this PR after your CI passes on it -
@dependabot cancel mergewill cancel a previously requested merge and block automerging -
@dependabot reopenwill reopen this PR if it is closed -
@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually -
@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency -
@dependabot ignore this major versionwill close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) -
@dependabot ignore this minor versionwill close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) -
@dependabot ignore this dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)