From f9b0e54ce09f46111060cbe35435e411fb4dfa47 Mon Sep 17 00:00:00 2001 From: Ryan Nixon Date: Sun, 24 Sep 2023 09:33:33 -0700 Subject: [PATCH] Increase reschedule attempts by 1 --- .github/deploy/guess-my-word.nomad | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/deploy/guess-my-word.nomad b/.github/deploy/guess-my-word.nomad index 9669512..b78e8bf 100644 --- a/.github/deploy/guess-my-word.nomad +++ b/.github/deploy/guess-my-word.nomad @@ -13,7 +13,7 @@ job "guess-my-word" { } reschedule { - attempts = 0 + attempts = 1 unlimited = false }