2014-12-12 22:59:25 +01:00
|
|
|
---
|
|
|
|
:concurrency: 5
|
|
|
|
:pidfile: ./tmp/pids/sidekiq.pid
|
|
|
|
staging:
|
|
|
|
:concurrency: 10
|
|
|
|
production:
|
|
|
|
:concurrency: 25
|
|
|
|
:queues:
|
2022-02-04 21:09:43 +01:00
|
|
|
- default
|
2014-12-29 11:58:01 +01:00
|
|
|
- share
|
2020-05-17 20:58:27 +02:00
|
|
|
- carrierwave
|
2020-04-19 15:00:50 +02:00
|
|
|
- mailers
|
2015-07-27 08:59:56 +02:00
|
|
|
- question
|
2016-01-05 18:05:36 +01:00
|
|
|
- export
|
2022-12-25 19:08:55 +01:00
|
|
|
- push_notification
|
2024-01-20 14:48:57 +01:00
|
|
|
- scheduler
|
2016-01-05 18:05:36 +01:00
|
|
|
|
2024-01-20 14:48:57 +01:00
|
|
|
:scheduler:
|
|
|
|
:schedule:
|
|
|
|
inbox_cleanup:
|
|
|
|
every: 1m
|
|
|
|
class: Scheduler::InboxCleanupScheduler
|
|
|
|
queue: scheduler
|