mirror of
https://github.com/Retrospring/retrospring.git
synced 2025-01-18 20:36:01 +01:00
11 lines
No EOL
155 B
YAML
11 lines
No EOL
155 B
YAML
---
|
|
:concurrency: 5
|
|
:pidfile: ./tmp/pids/sidekiq.pid
|
|
staging:
|
|
:concurrency: 10
|
|
production:
|
|
:concurrency: 25
|
|
:queues:
|
|
- share
|
|
- paperclip
|
|
- mailer |