Skip to content

Commit

Permalink
Reduce number of concurrent Sidekiq workers since they were overloadi…
Browse files Browse the repository at this point in the history
…ng when a lot of jobs got kicked off at once
  • Loading branch information
Rockster160 committed Nov 5, 2024
1 parent 4524bd0 commit eeddf6c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config/sidekiq.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
:concurrency: 2
production:
:concurrency: 20
:concurrency: 5
:queues:
- critical
- default
Expand Down

0 comments on commit eeddf6c

Please sign in to comment.