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",