Skip to content
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

Update dependency sidekiq to v7.3.5 #744

Merged
merged 1 commit into from
Nov 14, 2024
Merged

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Oct 23, 2024

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
sidekiq (source, changelog) 7.3.2 -> 7.3.5 age adoption passing confidence

Release Notes

sidekiq/sidekiq (sidekiq)

v7.3.5

  • Reimplement retry_all and kill_all API methods to use ZPOPMIN,
    approximately 30-60% faster. [#​6481]
  • Add preload testing binary at examples/testing/sidekiq_boot to 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

v7.3.4

  • Fix FrozenError when starting Sidekiq [#​6470]

v7.3.3

Compare Source

  • 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 -t timeout setting (defaults to 25 seconds)
  • Iteration callbacks now have easy access to job arguments via the arguments method:
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 :sidekiq adapter [#​6430, fatkodima]
  • Ensure CurrentAttributes are in scope when creating batch callbacks [#​6455]
  • Add Sidekiq.gem_version API.
  • Update Ukranian translations

Configuration

📅 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.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate bot force-pushed the renovate/sidekiq-7.x-lockfile branch from d7b43b1 to 50ae5f4 Compare October 23, 2024 22:05
@renovate renovate bot changed the title Update dependency sidekiq to v7.3.3 Update dependency sidekiq to v7.3.4 Oct 23, 2024
@renovate renovate bot force-pushed the renovate/sidekiq-7.x-lockfile branch from 50ae5f4 to df94d16 Compare November 4, 2024 19:58
@renovate renovate bot changed the title Update dependency sidekiq to v7.3.4 Update dependency sidekiq to v7.3.5 Nov 4, 2024
@miq-bot
Copy link
Member

miq-bot commented Nov 4, 2024

Checked commit df94d16 with ruby 3.1.5, rubocop 1.56.3, haml-lint 0.51.0, and yamllint
0 files checked, 0 offenses detected
Everything looks fine. 🍪

@Fryguy Fryguy merged commit 2b3a565 into master Nov 14, 2024
4 checks passed
@Fryguy Fryguy self-assigned this Nov 14, 2024
@Fryguy Fryguy added the dependencies Pull requests that update a dependency file label Nov 14, 2024
@renovate renovate bot deleted the renovate/sidekiq-7.x-lockfile branch November 14, 2024 21:53
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants