Add default queues to sidekiq.yml.

This commit is contained in:
Guo Xiang Tan 2016-06-13 09:34:52 +08:00
parent a6f03605a1
commit 142b74b01b
No known key found for this signature in database
GPG Key ID: 19C321C8952B0F72
1 changed files with 6 additions and 0 deletions

6
config/sidekiq.yml Normal file
View File

@ -0,0 +1,6 @@
---
development:
:queues:
- [critical,4]
- [default, 2]
- [low]