2016-03-25 14:20:31 +01:00
|
|
|
---
|
|
|
|
:concurrency: 5
|
2017-05-05 02:23:01 +02:00
|
|
|
:queues:
|
2018-09-24 16:46:05 +02:00
|
|
|
- [default, 6]
|
|
|
|
- [push, 4]
|
|
|
|
- [mailers, 2]
|
|
|
|
- [pull]
|
2017-05-05 02:23:01 +02:00
|
|
|
:schedule:
|
2019-01-05 12:43:28 +01:00
|
|
|
scheduled_statuses_scheduler:
|
|
|
|
every: '5m'
|
|
|
|
class: Scheduler::ScheduledStatusesScheduler
|
2019-09-02 18:11:13 +02:00
|
|
|
trending_tags_scheduler:
|
|
|
|
every: '5m'
|
|
|
|
class: Scheduler::TrendingTagsScheduler
|
2017-05-20 19:42:58 +02:00
|
|
|
media_cleanup_scheduler:
|
2017-09-17 11:58:20 +02:00
|
|
|
cron: '<%= Random.rand(0..59) %> <%= Random.rand(3..5) %> * * *'
|
2017-05-20 19:42:58 +02:00
|
|
|
class: Scheduler::MediaCleanupScheduler
|
|
|
|
feed_cleanup_scheduler:
|
2017-09-17 11:58:20 +02:00
|
|
|
cron: '<%= Random.rand(0..59) %> <%= Random.rand(0..2) %> * * *'
|
2017-05-20 19:42:58 +02:00
|
|
|
class: Scheduler::FeedCleanupScheduler
|
2017-06-25 23:51:32 +02:00
|
|
|
doorkeeper_cleanup_scheduler:
|
2017-09-17 11:58:20 +02:00
|
|
|
cron: '<%= Random.rand(0..59) %> <%= Random.rand(0..2) %> * * 0'
|
2017-06-25 23:51:32 +02:00
|
|
|
class: Scheduler::DoorkeeperCleanupScheduler
|
2017-07-24 16:17:55 +02:00
|
|
|
user_cleanup_scheduler:
|
2017-09-17 11:58:20 +02:00
|
|
|
cron: '<%= Random.rand(0..59) %> <%= Random.rand(4..6) %> * * *'
|
2017-07-24 16:17:55 +02:00
|
|
|
class: Scheduler::UserCleanupScheduler
|
2017-09-14 22:26:38 +02:00
|
|
|
ip_cleanup_scheduler:
|
2017-09-17 11:58:20 +02:00
|
|
|
cron: '<%= Random.rand(0..59) %> <%= Random.rand(3..5) %> * * *'
|
2017-09-14 22:26:38 +02:00
|
|
|
class: Scheduler::IpCleanupScheduler
|
2018-01-15 04:34:28 +01:00
|
|
|
email_scheduler:
|
|
|
|
cron: '0 10 * * 2'
|
|
|
|
class: Scheduler::EmailScheduler
|
2018-02-21 23:21:32 +01:00
|
|
|
backup_cleanup_scheduler:
|
|
|
|
cron: '<%= Random.rand(0..59) %> <%= Random.rand(3..5) %> * * *'
|
|
|
|
class: Scheduler::BackupCleanupScheduler
|
2018-10-09 19:35:14 +02:00
|
|
|
pghero_scheduler:
|
|
|
|
cron: '0 0 * * *'
|
|
|
|
class: Scheduler::PgheroScheduler
|