Skip to content

Commit

Permalink
update cron to crons
Browse files Browse the repository at this point in the history
  • Loading branch information
digizeph committed Dec 1, 2023
1 parent 5f828f4 commit 253ef13
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion deployment/nomad_backup_raw.hcl
Original file line number Diff line number Diff line change
@@ -1,10 +1,11 @@
job "bgpkit-broker-backup" {
type = "batch"
periodic {
cron = "5 8 * * *"
crons = ["5 8 * * *"]
prohibit_overlap = true
}


task "bgpkit-broker-backup" {
driver = "raw_exec"

Expand Down

0 comments on commit 253ef13

Please sign in to comment.