You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
17 lines
360 B
17 lines
360 B
--- |
|
:concurrency: 5 |
|
:queues: |
|
- default |
|
- push |
|
- pull |
|
- mailers |
|
:schedule: |
|
subscriptions_scheduler: |
|
cron: '0 5 * * *' |
|
class: Scheduler::SubscriptionsScheduler |
|
media_cleanup_scheduler: |
|
cron: '5 4 * * *' |
|
class: Scheduler::MediaCleanupScheduler |
|
feed_cleanup_scheduler: |
|
cron: '0 0 * * *' |
|
class: Scheduler::FeedCleanupScheduler
|
|
|