Skip to content

Commit

Permalink
Reduce max_threads in good_job initializer as well
Browse files Browse the repository at this point in the history
  • Loading branch information
pil0u committed Dec 13, 2024
1 parent 7fb324f commit 8294141
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config/initializers/good_job.rb
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
Rails.application.configure do
config.good_job = {
execution_mode: :external,
max_threads: 5,
max_threads: 2,
shutdown_timeout: 30,
enable_cron: true,
cron: {
Expand Down

0 comments on commit 8294141

Please sign in to comment.