2016-03-25 13:20:31 +00:00
|
|
|
---
|
|
|
|
:concurrency: 5
|
2017-05-05 01:23:01 +01:00
|
|
|
:queues:
|
|
|
|
- default
|
|
|
|
- push
|
|
|
|
- pull
|
|
|
|
- mailers
|
|
|
|
:schedule:
|
|
|
|
subscriptions_scheduler:
|
|
|
|
cron: '0 5 * * *'
|
|
|
|
class: Scheduler::SubscriptionsScheduler
|
2017-05-20 18:42:58 +01:00
|
|
|
media_cleanup_scheduler:
|
|
|
|
cron: '5 4 * * *'
|
|
|
|
class: Scheduler::MediaCleanupScheduler
|
|
|
|
feed_cleanup_scheduler:
|
|
|
|
cron: '0 0 * * *'
|
|
|
|
class: Scheduler::FeedCleanupScheduler
|