Remove WebSub subscriptions (#11303)
This commit is contained in:
parent
4bd58b7f2d
commit
bd87e66679
14 changed files with 14 additions and 203 deletions
|
@ -21,9 +21,6 @@
|
|||
user_cleanup_scheduler:
|
||||
cron: '<%= Random.rand(0..59) %> <%= Random.rand(4..6) %> * * *'
|
||||
class: Scheduler::UserCleanupScheduler
|
||||
subscriptions_cleanup_scheduler:
|
||||
cron: '<%= Random.rand(0..59) %> <%= Random.rand(1..3) %> * * 0'
|
||||
class: Scheduler::SubscriptionsCleanupScheduler
|
||||
ip_cleanup_scheduler:
|
||||
cron: '<%= Random.rand(0..59) %> <%= Random.rand(3..5) %> * * *'
|
||||
class: Scheduler::IpCleanupScheduler
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue