From a21f722f7e4da3d2145059604cc5f994e4653db9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?F=C3=A9lix=20Pi=C3=A9dallu?= Date: Fri, 21 Jun 2024 16:19:16 +0200 Subject: [PATCH] =?UTF-8?q?cron:=C2=A0update=20dashboard=20every=202=20hou?= =?UTF-8?q?rs?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- cron | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/cron b/cron index 92d344f..41b419c 100644 --- a/cron +++ b/cron @@ -7,8 +7,8 @@ # Every friday at 6 PM UTC 0 17 * * 5 root /bin/bash __BASEDIR__/maintenance.sh update_app_levels -# Every 6 hours -0 */6 * * * root /bin/bash __BASEDIR__/maintenance.sh fetch_main_dashboard +# Every 2 hours +0 */2 * * * root /bin/bash __BASEDIR__/maintenance.sh fetch_main_dashboard # Every day at 2AM 0 2 * * * root /bin/bash __BASEDIR__/maintenance.sh fetch_level_history