Skip to content

Commit

Permalink
Limit reconcilers
Browse files Browse the repository at this point in the history
  • Loading branch information
smolnar committed May 4, 2024
1 parent 12f9b35 commit ae1525b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions config/sidekiq.yml
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
:concurrency: 25
:pidfile: tmp/pids/sidekiq.pid
:production:
:concurrency: 5
:concurrency: 25
:queues:
- [exporters]
- [reconcilers]
- [justice_gov_sk_pages]
- [obcan_justice_sk]
:limits:
# reconcilers: 10
reconcilers: 5

0 comments on commit ae1525b

Please sign in to comment.