Change frequency of trends review notifications from 2 hours to 6 hours (#17850)

This commit is contained in:
Eugen Rochko 2022-03-22 11:58:25 +01:00 committed by GitHub
parent d5df9d4797
commit 410989e081
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -22,7 +22,7 @@
class: Scheduler::EmailDomainBlockRefreshScheduler
queue: scheduler
trends_review_notifications_scheduler:
every: '2h'
every: '6h'
class: Scheduler::Trends::ReviewNotificationsScheduler
queue: scheduler
media_cleanup_scheduler: