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.

20 lines
463 B

  1. ---
  2. :concurrency: 5
  3. :queues:
  4. - default
  5. - push
  6. - pull
  7. - mailers
  8. :schedule:
  9. subscriptions_scheduler:
  10. cron: '0 5 * * *'
  11. class: Scheduler::SubscriptionsScheduler
  12. media_cleanup_scheduler:
  13. cron: '5 4 * * *'
  14. class: Scheduler::MediaCleanupScheduler
  15. feed_cleanup_scheduler:
  16. cron: '0 0 * * *'
  17. class: Scheduler::FeedCleanupScheduler
  18. doorkeeper_cleanup_scheduler:
  19. cron: '1 1 * * 0'
  20. class: Scheduler::DoorkeeperCleanupScheduler