1
0
Fork 0
mirror of https://github.com/mperham/sidekiq.git synced 2022-11-09 13:52:34 -05:00
mperham--sidekiq/test/config.yml
2012-04-03 20:19:29 -07:00

9 lines
183 B
YAML

---
:verbose: false
:environment: xzibit
:require: ./test/fake_env.rb
:pidfile: /tmp/sidekiq-config-test.pid
:concurrency: 50
:queues:
- [often, 2]
- [seldom, 1]