Skip to content

Bump good_job from 4.8.2 to 4.9.3 #1226

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

Merged
merged 2 commits into from
Apr 2, 2025
Merged

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Apr 1, 2025

Bumps good_job from 4.8.2 to 4.9.3.

Release notes

Sourced from good_job's releases.

v4.9.3

Review the Changelog for more details.

What's Changed

Full Changelog: bensheldon/good_job@v4.9.2...v4.9.3

v4.9.2

Review the Changelog for more details.

What's Changed

Full Changelog: bensheldon/good_job@v4.9.1...v4.9.2

v4.9.1

Review the Changelog for more details.

What's Changed

New Contributors

Full Changelog: bensheldon/good_job@v4.9.0...v4.9.1

v4.9.0

Review the Changelog for more details.

What's Changed

Full Changelog: bensheldon/good_job@v4.8.2...v4.9.0

Changelog

Sourced from good_job's changelog.

v4.9.3 (2025-03-10)

Full Changelog

Closed issues:

  • perform_job.good_job notification for successful jobs has error_event: :discarded #1609

Merged pull requests:

v4.9.2 (2025-03-09)

Full Changelog

Fixed bugs:

  • Quiet duplicate cron enqueue logging by pretending it was halted at before_enqueue #1615 (bensheldon)

v4.9.1 (2025-03-09)

Full Changelog

Implemented enhancements:

Fixed bugs:

  • [dashboard] Scheduled tasks are shown "backwards" #1580
  • Update form_with calls to be compatible with Rails 8 #1610 (sallyhall)
  • Add index on good_jobs: [:concurrency_key, :created_at] to improve performance of throttling (#1603) #1605 (Intrepidd)

Closed issues:

  • Cron did not enqueue jobs #1600
  • Same job performed by all threads #1599
  • Option for bin/rails g good_job:install to purge Solid gems #1593
  • Jobs are not being picked up at the expected rate #1578
  • Question about GoodJob Batches in tests #1479

v4.9.0 (2025-02-07)

Full Changelog

Implemented enhancements:

  • Add GoodJob.cli? to check if the current process was started by the good_job executable #1592 (bensheldon)

... (truncated)

Commits
  • 51d90b4 Release good_job v4.9.3
  • 1103d47 Fix instrumentation of "perform_job.good_job" event (#1616)
  • 4195430 Release good_job v4.9.2
  • e6f570f Quiet duplicate cron enqueue logging by pretending it was halted at before_en...
  • be20e83 Release good_job v4.9.1
  • 383a87f Add index on good_jobs: [:concurrency_key, :created_at] to improve performanc...
  • 5b82975 Order Dashboard jobs in more "natural" order (#1604)
  • 17fbd2a Update README.md to fix GoodJob.current_thread_running? method name
  • 21e5e79 Update form_with calls to be compatible with Rails 8 (#1610)
  • b557525 Release good_job v4.9.0
  • Additional commits viewable in compare view

Dependabot compatibility score

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 rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will 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 version will 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 dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

@dependabot dependabot bot added dependencies ruby Pull requests that update ruby code labels Apr 1, 2025
@dependabot dependabot bot force-pushed the dependabot/bundler/good_job-4.9.3 branch from bbab1a0 to 8d2bfa0 Compare April 2, 2025 18:52
@Mr0grog
Copy link
Member

Mr0grog commented Apr 2, 2025

@dependabot rebase

Bumps [good_job](https://github.com/bensheldon/good_job) from 4.8.2 to 4.9.3.
- [Release notes](https://github.com/bensheldon/good_job/releases)
- [Changelog](https://github.com/bensheldon/good_job/blob/main/CHANGELOG.md)
- [Commits](bensheldon/good_job@v4.8.2...v4.9.3)

---
updated-dependencies:
- dependency-name: good_job
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot force-pushed the dependabot/bundler/good_job-4.9.3 branch from 8d2bfa0 to 96d751c Compare April 2, 2025 19:18
@Mr0grog Mr0grog force-pushed the dependabot/bundler/good_job-4.9.3 branch from 9ab2058 to a8cd813 Compare April 2, 2025 19:23
@Mr0grog Mr0grog merged commit 1eb04c9 into main Apr 2, 2025
5 checks passed
@Mr0grog Mr0grog deleted the dependabot/bundler/good_job-4.9.3 branch April 2, 2025 19:30
@github-project-automation github-project-automation bot moved this from Inbox to Done in Web Monitoring Apr 2, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies ruby Pull requests that update ruby code
Projects
Status: Done
Development

Successfully merging this pull request may close these issues.

1 participant