Move clean up of unconfirmed users to sidekiq-scheduler (#4336)

* Move clean up of unconfirmed users to sidekiq-scheduler

* mastodon:daily is now deprecated
This commit is contained in:
Eugen Rochko
2017-07-24 16:17:55 +02:00
committed by GitHub
parent 2374d63536
commit 467456f7a1
3 changed files with 22 additions and 18 deletions

View File

@ -18,3 +18,6 @@
doorkeeper_cleanup_scheduler:
cron: '1 1 * * 0'
class: Scheduler::DoorkeeperCleanupScheduler
user_cleanup_scheduler:
cron: '4 5 * * *'
class: Scheduler::UserCleanupScheduler