From 81a27607506da63907ab74172f091353f754677b Mon Sep 17 00:00:00 2001 From: Alexandre Aubin <4533074+alexAubin@users.noreply.github.com> Date: Sat, 11 May 2024 14:47:01 +0200 Subject: [PATCH] Mistakenly change the cron job periods --- cron | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/cron b/cron index 38b3bcbb..0075c164 100644 --- a/cron +++ b/cron @@ -2,10 +2,10 @@ 0 */4 * * * root /bin/bash __BASEDIR__/maintenance.sh rebuild_catalog # Everyday at 01:30 UTC -0 */4 * * * root /bin/bash __BASEDIR__/maintenance.sh autoupdate_app_sources +30 1 * * * root /bin/bash __BASEDIR__/maintenance.sh autoupdate_app_sources # Every friday at 6 PM UTC -0 */4 * * * root /bin/bash __BASEDIR__/maintenance.sh update_app_levels +0 17 * * 5 root /bin/bash __BASEDIR__/maintenance.sh update_app_levels # Every 6 hours 0 */4 * * * root /bin/bash __BASEDIR__/maintenance.sh fetch_main_dashboard