From 7f1a713956ac3dd8185ca718a19db99ce178d150 Mon Sep 17 00:00:00 2001 From: Aevann Date: Sat, 9 Sep 2023 21:57:59 +0300 Subject: [PATCH] disable offsite_mentions_task temporarily --- files/helpers/cron.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/files/helpers/cron.py b/files/helpers/cron.py index 1460595f3b..ba8d2e7821 100644 --- a/files/helpers/cron.py +++ b/files/helpers/cron.py @@ -38,7 +38,7 @@ def cron_fn(every_5m, every_1d): check_if_end_lottery_task() spin_roulette_wheel() - offsitementions.offsite_mentions_task(cache) + #offsitementions.offsite_mentions_task(cache) _award_timers_task() _unpin_expired() _grant_one_year_badges()