Skip to content

Commit

Permalink
reduce sidekiq concurrency in production
Browse files Browse the repository at this point in the history
  • Loading branch information
agnessa committed Apr 13, 2015
1 parent d5cd6a4 commit 913ca40
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 913ca40

Please sign in to comment.