Skip to content

Commit

Permalink
fix(weather): use new crons block for 1.6.2
Browse files Browse the repository at this point in the history
Signed-off-by: Bruce Becker <[email protected]>
  • Loading branch information
brucellino committed Sep 24, 2023
1 parent 7c899f1 commit 7c51a4e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion weather.nomad
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ job "weather" {
}

periodic {
cron = "*/10 * * * * *"
crons = ["*/15 * * * * *"]
prohibit_overlap = true
time_zone = "Europe/Rome"
}
Expand Down

0 comments on commit 7c51a4e

Please sign in to comment.