From: Eugen Rochko Date: Tue, 22 Mar 2022 10:58:25 +0000 (+0100) Subject: Change frequency of trends review notifications from 2 hours to 6 hours (#17850) X-Git-Url: https://git.xn--scling-oua.cat.family/?a=commitdiff_plain;h=410989e081b812d6f025489ab589428f987d26c0;p=mastodon.git Change frequency of trends review notifications from 2 hours to 6 hours (#17850) --- diff --git a/config/sidekiq.yml b/config/sidekiq.yml index c8b1a20dd..f2ae9279b 100644 --- a/config/sidekiq.yml +++ b/config/sidekiq.yml @@ -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: