about summary refs log tree commit diff
path: root/config/sidekiq.yml
diff options
context:
space:
mode:
authorEugen Rochko <eugen@zeonfederated.com>2017-08-21 22:56:33 +0200
committerGitHub <noreply@github.com>2017-08-21 22:56:33 +0200
commitf391a4673adc6d79bb3a46b493d599a4bf6d558f (patch)
tree2476bd3bf983ff3dfb1d90da4e8fceeeab9667cb /config/sidekiq.yml
parent143b77e10d984d3790382758c0b797215850b024 (diff)
Periodically remove expired PuSH subscribers (#4654)
Diffstat (limited to 'config/sidekiq.yml')
-rw-r--r--config/sidekiq.yml3
1 files changed, 3 insertions, 0 deletions
diff --git a/config/sidekiq.yml b/config/sidekiq.yml
index 8273c1201..a502f5593 100644
--- a/config/sidekiq.yml
+++ b/config/sidekiq.yml
@@ -21,3 +21,6 @@
   user_cleanup_scheduler:
     cron: '4 5 * * *'
     class: Scheduler::UserCleanupScheduler
+  subscriptions_cleanup_scheduler:
+    cron: '2 2 * * 0'
+    class: Scheduler::SubscriptionsCleanupScheduler