Skip to content

Commit

Permalink
bump good_job to 4.4
Browse files Browse the repository at this point in the history
  • Loading branch information
celuchmarek committed Oct 22, 2024
1 parent 896f84c commit 8726197
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 10 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -53,4 +53,4 @@ group :development do
# gem "spring"
end

gem "good_job", "~> 3.28"
gem "good_job", "~> 4.4"
16 changes: 8 additions & 8 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -107,13 +107,13 @@ GEM
raabro (~> 1.4)
globalid (1.2.1)
activesupport (>= 6.1)
good_job (3.99.1)
activejob (>= 6.0.0)
activerecord (>= 6.0.0)
concurrent-ruby (>= 1.0.2)
fugit (>= 1.1)
railties (>= 6.0.0)
thor (>= 0.14.1)
good_job (4.4.2)
activejob (>= 6.1.0)
activerecord (>= 6.1.0)
concurrent-ruby (>= 1.3.1)
fugit (>= 1.11.0)
railties (>= 6.1.0)
thor (>= 1.0.0)
google-cloud-env (2.2.1)
faraday (>= 1.0, < 3.a)
googleauth (1.11.1)
Expand Down Expand Up @@ -265,7 +265,7 @@ DEPENDENCIES
dotenv-rails
faraday
fcm
good_job (~> 3.28)
good_job (~> 4.4)
jbuilder
jwt
pg
Expand Down
1 change: 0 additions & 1 deletion config/application.rb
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,6 @@ class Application < Rails::Application
config.good_job.max_threads = 2
config.good_job.execution_mode = :async
config.good_job.enable_cron = true
config.good_job.smaller_number_is_higher_priority = true

config.good_job.cron = {
delete_expired_documents: {
Expand Down

0 comments on commit 8726197

Please sign in to comment.