mirror of
https://github.com/mperham/sidekiq.git
synced 2022-11-09 13:52:34 -05:00
12 lines
No EOL
211 B
YAML
12 lines
No EOL
211 B
YAML
---
|
|
:production: &production
|
|
:verbose: true
|
|
:require: ./test/fake_env.rb
|
|
:concurrency: 50
|
|
:queues:
|
|
- [<%="very_"%>often, 2]
|
|
- [seldom, 1]
|
|
|
|
:staging:
|
|
<<: *production
|
|
:verbose: false |