-
Notifications
You must be signed in to change notification settings - Fork 21
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
This adds support to GoodJob v4. The main change is that queries now go through `GoodJob::Job` instead of `GoodJob::Execution`, based on the changelog: > Enqueues and executes jobs via the GoodJob::Job model instead of GoodJob::Execution They've also dropped support to Ruby 2.6/2.7, which we still support. I've tweaked the existing Gemfile for AR 6.1 to run against GoodJob v3, so we have test coverage there, and the main Gemfile and AR 7.0 versions will run against v4 going forward. Similarly, we have 2 sample apps for GoodJob, and I've kept one pointing to GoodJob v3 (the multi-db sample), while upgrading the other to v4, so we can test both for now. https://island94.org/2024/07/introducing-goodjob-v4
- Loading branch information
1 parent
7d1f89b
commit 9fdc30a
Showing
8 changed files
with
55 additions
and
30 deletions.
There are no files selected for viewing
This file contains 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
This file contains 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
This file contains 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
This file contains 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
This file contains 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
This file contains 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
This file contains 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
This file contains 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