From 1ed7c7ce121e1e859c3c74eb69d17781bceeca7e Mon Sep 17 00:00:00 2001 From: vincent porte Date: Tue, 12 Sep 2023 10:04:25 +0200 Subject: [PATCH] feat(notification): update send_notifs_when_following_replies.sh schedule --- clevercloud/cron.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/clevercloud/cron.json b/clevercloud/cron.json index c2823e66f..736d92d6a 100644 --- a/clevercloud/cron.json +++ b/clevercloud/cron.json @@ -4,7 +4,7 @@ "0 5 * * * $ROOT/clevercloud/collect_daily_matomo_stats.sh", "5 5 1 * * $ROOT/clevercloud/collect_monthly_matomo_stats.sh", "5 7-21 * * * $ROOT/clevercloud/send_notifs_when_first_reply.sh", - "5 19 * * * $ROOT/clevercloud/send_notifs_when_following_replies.sh", + "5 6 * * * $ROOT/clevercloud/send_notifs_when_following_replies.sh", "10 6-22 * * * $ROOT/clevercloud/add_user_to_list_when_register.sh", "30 13 * * 1 $ROOT/clevercloud/send_notifs_on_unanswered_topics_list.sh 8", "30 13 * * 2 $ROOT/clevercloud/send_notifs_on_unanswered_topics_list.sh 9",