From fcb20670596559a37ba37605b634ecbcf4253deb Mon Sep 17 00:00:00 2001 From: Petru Paler Date: Sat, 17 Jan 2026 16:28:20 +0000 Subject: [PATCH] Sync later in the mornings. --- services/phaseflow-cron.hcl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/services/phaseflow-cron.hcl b/services/phaseflow-cron.hcl index 381bce3..6bc4be3 100644 --- a/services/phaseflow-cron.hcl +++ b/services/phaseflow-cron.hcl @@ -6,7 +6,7 @@ job "phaseflow-cron" { type = "batch" periodic { - crons = ["0 6 * * *"] + crons = ["0 8 * * *"] prohibit_overlap = true time_zone = "Europe/Lisbon" }