9 lines
130 B
YAML
9 lines
130 B
YAML
|
---
|
||
|
:concurrency: 5
|
||
|
:pidfile: ./tmp/pids/sidekiq.pid
|
||
|
staging:
|
||
|
:concurrency: 10
|
||
|
production:
|
||
|
:concurrency: 25
|
||
|
:queues:
|
||
|
- share
|