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" }