Skip to content

Commit

Permalink
Allow unlimited reschedules
Browse files Browse the repository at this point in the history
  • Loading branch information
kberzinch committed Jun 23, 2024
1 parent d7be92a commit 99fa4ba
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .nomad/divvy-onboarding-ux.nomad
Original file line number Diff line number Diff line change
Expand Up @@ -211,6 +211,13 @@ job "divvy-onboarding-ux" {
}
}

reschedule {
delay = "10s"
delay_function = "fibonacci"
max_delay = "60s"
unlimited = true
}

update {
healthy_deadline = "5m"
progress_deadline = "10m"
Expand Down

0 comments on commit 99fa4ba

Please sign in to comment.