The code powering m.abunchtell.com https://m.abunchtell.com
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.
 
 
 
 

39 lines
1.3 KiB

  1. ---
  2. :concurrency: 5
  3. :queues:
  4. - [default, 6]
  5. - [push, 4]
  6. - [mailers, 2]
  7. - [pull]
  8. :schedule:
  9. scheduled_statuses_scheduler:
  10. every: '5m'
  11. class: Scheduler::ScheduledStatusesScheduler
  12. trending_tags_scheduler:
  13. every: '5m'
  14. class: Scheduler::TrendingTagsScheduler
  15. media_cleanup_scheduler:
  16. cron: '<%= Random.rand(0..59) %> <%= Random.rand(3..5) %> * * *'
  17. class: Scheduler::MediaCleanupScheduler
  18. feed_cleanup_scheduler:
  19. cron: '<%= Random.rand(0..59) %> <%= Random.rand(0..2) %> * * *'
  20. class: Scheduler::FeedCleanupScheduler
  21. doorkeeper_cleanup_scheduler:
  22. cron: '<%= Random.rand(0..59) %> <%= Random.rand(0..2) %> * * 0'
  23. class: Scheduler::DoorkeeperCleanupScheduler
  24. user_cleanup_scheduler:
  25. cron: '<%= Random.rand(0..59) %> <%= Random.rand(4..6) %> * * *'
  26. class: Scheduler::UserCleanupScheduler
  27. ip_cleanup_scheduler:
  28. cron: '<%= Random.rand(0..59) %> <%= Random.rand(3..5) %> * * *'
  29. class: Scheduler::IpCleanupScheduler
  30. email_scheduler:
  31. cron: '0 10 * * 2'
  32. class: Scheduler::EmailScheduler
  33. backup_cleanup_scheduler:
  34. cron: '<%= Random.rand(0..59) %> <%= Random.rand(3..5) %> * * *'
  35. class: Scheduler::BackupCleanupScheduler
  36. pghero_scheduler:
  37. cron: '0 0 * * *'
  38. class: Scheduler::PgheroScheduler