From e8507165396e19ed467bf516d393c480e5f0b747 Mon Sep 17 00:00:00 2001 From: vincent porte Date: Fri, 15 Nov 2024 16:07:00 +0100 Subject: [PATCH] update scheduling of collect stats from matomo tasks --- clevercloud/cron.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/clevercloud/cron.json b/clevercloud/cron.json index ee02ce5e8..ad93d6779 100644 --- a/clevercloud/cron.json +++ b/clevercloud/cron.json @@ -1,9 +1,9 @@ [ "*/10 * * * * $ROOT/clevercloud/rebuild_index.sh", - "0 2 * * * $ROOT/clevercloud/collect_daily_matomo_stats.sh", - "5 2 * * * $ROOT/clevercloud/collect_daily_django_stats.sh", - "10 2 1 * * $ROOT/clevercloud/collect_monthly_matomo_stats.sh", - "15 2 * * 1 $ROOT/clevercloud/collect_weekly_matomo_forum_stats.sh", + "0 7 * * * $ROOT/clevercloud/collect_daily_matomo_stats.sh", + "5 7 * * * $ROOT/clevercloud/collect_daily_django_stats.sh", + "10 7 1 * * $ROOT/clevercloud/collect_monthly_matomo_stats.sh", + "15 7 * * 1 $ROOT/clevercloud/collect_weekly_matomo_forum_stats.sh", "*/15 7-21 * * * $ROOT/clevercloud/send_notifications_regular.sh", "20 6 * * * $ROOT/clevercloud/send_notifications_daily.sh", "10 6-22 * * * $ROOT/clevercloud/add_user_to_list_when_register.sh",