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

Bump good_job from 3.16.3 to 3.16.4 #1611

Merged
merged 1 commit into from
Jul 31, 2023

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jul 31, 2023

Bumps good_job from 3.16.3 to 3.16.4.

Release notes

Sourced from good_job's releases.

v3.16.4

Review the Changelog for more details.

What's Changed

New Contributors

Full Changelog: bensheldon/good_job@v3.16.3...v3.16.4

Changelog

Sourced from good_job's changelog.

v3.16.4 (2023-07-30)

Full Changelog

Implemented enhancements:

  • Add database_connection_pool stats to GoodJob::Process.current_state #1019 (dixpac)

Fixed bugs:

  • Move Execution#active_job to BaseExecution to share with Job; refactor Batch#active_jobs to use job directly #1022 (bensheldon)

Closed issues:

  • Notifier errored: ArgumentError: wrong number of arguments (given 1, expected 0) #1016
  • Understanding Database Connections and Cron #1013
  • Experiencing various database exceptions with Rails 7.1 #796

Merged pull requests:

  • Refactor Notifier to ensure #restart is threadsafe #1021 (bensheldon)
  • Notifier and CronManager share a 2-thread executor within the capsule #1018 (bensheldon)
  • Clarify database connections and recurring processes in README.md #1015 (blumhardts)
  • Deprecate GoodJob::Lockable and rename to GoodJob::AdvisoryLockable #1012 (bensheldon)
Commits
  • 5f841e4 Release good_job v3.16.4
  • 17a02d8 Refactor Notifier to ensure #restart is threadsafe (#1021)
  • c2dbe81 Move Execution#active_job to BaseExecution to share with Job; refactor `Bat...
  • f413388 Notifier and CronManager share a 2-thread executor within the capsule (#1018)
  • 73b3cf3 Clarify database connections and recurring processes in README.md (#1015)
  • bbf5d22 Add database_connection_pool stats to GoodJob::Process.current_state (#1019)
  • 573ec04 Deprecate GoodJob::Lockable and rename to `GoodJob::AdvisoryLockable (#1012)
  • See full diff 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 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)

Bumps [good_job](https://github.com/bensheldon/good_job) from 3.16.3 to 3.16.4.
- [Release notes](https://github.com/bensheldon/good_job/releases)
- [Changelog](https://github.com/bensheldon/good_job/blob/main/CHANGELOG.md)
- [Commits](bensheldon/good_job@v3.16.3...v3.16.4)

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

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file ruby Pull requests that update Ruby code labels Jul 31, 2023
@github-actions github-actions bot removed the ruby Pull requests that update Ruby code label Jul 31, 2023
@wwahammy wwahammy merged commit cf6df9a into main Jul 31, 2023
25 of 27 checks passed
@wwahammy wwahammy deleted the dependabot/bundler/good_job-3.16.4 branch July 31, 2023 17:15
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.

None yet

1 participant