From 267ce2494f3c14de9486e4f2b99c502d8afcea11 Mon Sep 17 00:00:00 2001 From: Alex Iribarren <Alex.Iribarren@cern.ch> Date: Fri, 26 Jun 2020 16:35:41 +0200 Subject: [PATCH] Added reschedule --- reposync.nomad.tpl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/reposync.nomad.tpl b/reposync.nomad.tpl index da1360a..3710b31 100644 --- a/reposync.nomad.tpl +++ b/reposync.nomad.tpl @@ -14,7 +14,7 @@ job "${PREFIX}_reposync_${REPOID}" { } reschedule { - attempts = 1 + attempts = 12 interval = "1h" delay = "5m" unlimited = false -- GitLab