From 6b995f9185b746e72877b175641b6caaa1928977 Mon Sep 17 00:00:00 2001 From: dcore94 Date: Fri, 22 Oct 2021 10:46:15 +0200 Subject: [PATCH] added retrylogic to ws query tasks --- templates/da_cache_to_shub.json.j2 | 12 +++++++++--- 1 file changed, 9 insertions(+), 3 deletions(-) diff --git a/templates/da_cache_to_shub.json.j2 b/templates/da_cache_to_shub.json.j2 index 63df97f..4aaebf2 100644 --- a/templates/da_cache_to_shub.json.j2 +++ b/templates/da_cache_to_shub.json.j2 @@ -34,7 +34,9 @@ "method" : "GET", "headers" : { "Authorization" : "${init.input.auth}" } } - } + }, + "retryCount" : 5, + "retryDelaySeconds": 10 }, { "name": "LAMBDA_TASK", @@ -55,7 +57,9 @@ "method" : "GET", "headers" : { "Authorization" : "${init.input.auth}" } } - } + }, + "retryCount" : 5, + "retryDelaySeconds": 10 }, { "name": "decision", @@ -119,7 +123,9 @@ "Authorization" : "${init.input.auth}", "Accept" : "application/json" } - } + }, + "retryCount" : 5, + "retryDelaySeconds": 10 }, { "name": "decision",