This repository has been archived on 2024-07-22. You can view files and clone it, but cannot push or open issues or pull requests.
2016-03-25 06:20:31 -07:00
|
|
|
---
|
|
|
|
:concurrency: 5
|
2017-05-04 17:23:01 -07:00
|
|
|
:queues:
|
|
|
|
- default
|
|
|
|
- push
|
|
|
|
- pull
|
|
|
|
- mailers
|
|
|
|
:schedule:
|
|
|
|
subscriptions_scheduler:
|
|
|
|
cron: '0 5 * * *'
|
|
|
|
class: Scheduler::SubscriptionsScheduler
|
2017-05-20 10:42:58 -07:00
|
|
|
media_cleanup_scheduler:
|
|
|
|
cron: '5 4 * * *'
|
|
|
|
class: Scheduler::MediaCleanupScheduler
|
|
|
|
feed_cleanup_scheduler:
|
|
|
|
cron: '0 0 * * *'
|
|
|
|
class: Scheduler::FeedCleanupScheduler
|