Skip to content

Commit

Permalink
Increase reschedule attempts by 1
Browse files Browse the repository at this point in the history
  • Loading branch information
taiidani committed Sep 24, 2023
1 parent 1ed3d2b commit f9b0e54
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/deploy/guess-my-word.nomad
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ job "guess-my-word" {
}

reschedule {
attempts = 0
attempts = 1
unlimited = false
}

Expand Down

0 comments on commit f9b0e54

Please sign in to comment.