Periodically remove expired PuSH subscribers (#4654)
This commit is contained in:
parent
143b77e10d
commit
f391a4673a
6 changed files with 15 additions and 4 deletions
|
@ -21,3 +21,6 @@
|
|||
user_cleanup_scheduler:
|
||||
cron: '4 5 * * *'
|
||||
class: Scheduler::UserCleanupScheduler
|
||||
subscriptions_cleanup_scheduler:
|
||||
cron: '2 2 * * 0'
|
||||
class: Scheduler::SubscriptionsCleanupScheduler
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue