1
0
Fork 0
mirror of https://github.com/mperham/sidekiq.git synced 2022-11-09 13:52:34 -05:00
mperham--sidekiq/test/env_based_config.yml

12 lines
245 B
YAML
Raw Normal View History

2013-01-18 12:51:16 -05:00
---
:pidfile: /tmp/sidekiq-config-test.pid
2013-01-18 23:57:26 -05:00
:concurrency: 50
2013-01-18 12:51:16 -05:00
staging:
:verbose: false
:require: ./test/fake_env.rb
:logfile: /tmp/sidekiq.log
2013-01-18 23:57:26 -05:00
:concurrency: 5
2013-01-18 12:51:16 -05:00
:queues:
- [<%="very_"%>often, 2]
- [seldom, 1]