Skip to content

Commit

Permalink
Merge branch 'reduce_sidekiq_concurrency_in_production'
Browse files Browse the repository at this point in the history
  • Loading branch information
agnessa committed Apr 13, 2015
2 parents d5cd6a4 + 913ca40 commit 09b5897
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
Expand Up @@ -7,7 +7,7 @@
staging:
:concurrency: 2
production:
:concurrency: 50
:concurrency: 10
:queues:
- [default, 7]
- [admin, 4]

0 comments on commit 09b5897

Please sign in to comment.