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