From 796e5afe0c559dd9809f94fc8494d558177cf042 Mon Sep 17 00:00:00 2001 From: "derek.holloway" Date: Fri, 13 Mar 2026 12:20:39 -0700 Subject: [PATCH] Update CronJob to only run once per day. in the morning --- crontab.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/crontab.txt b/crontab.txt index f6907b6f..09c716b0 100644 --- a/crontab.txt +++ b/crontab.txt @@ -1,2 +1,2 @@ 0 0 1 * * root /app/WebServer Retrain-AI >> /var/log/cron.log 2>&1 -0 9-16 * * 1-5 root /app/WebServer Perform-AI >> /var/log/cron.log 2>&1 +0 9 * * 1-5 root /app/WebServer Perform-AI >> /var/log/cron.log 2>&1