mirror of
https://github.com/Retrospring/retrospring.git
synced 2024-11-20 16:19:52 +01:00
16 lines
218 B
YAML
16 lines
218 B
YAML
---
|
|
:concurrency: 5
|
|
:pidfile: ./tmp/pids/sidekiq.pid
|
|
staging:
|
|
:concurrency: 10
|
|
production:
|
|
:concurrency: 25
|
|
:queues:
|
|
- default
|
|
- share
|
|
- carrierwave
|
|
- mailers
|
|
- question
|
|
- export
|
|
- push_notification
|
|
|