retrospring/config/sidekiq.yml

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

24 lines
361 B
YAML
Raw Permalink Normal View History

2014-12-12 22:59:25 +01:00
---
:concurrency: 5
:pidfile: ./tmp/pids/sidekiq.pid
staging:
:concurrency: 10
production:
:concurrency: 25
:queues:
- default
2014-12-29 11:58:01 +01:00
- share
2020-05-17 20:58:27 +02:00
- carrierwave
- mailers
- question
2016-01-05 18:05:36 +01:00
- export
- push_notification
- scheduler
2016-01-05 18:05:36 +01:00
:scheduler:
:schedule:
inbox_cleanup:
every: 1m
class: Scheduler::InboxCleanupScheduler
queue: scheduler