added retrylogic to ws query tasks

This commit is contained in:
dcore94 2021-10-22 10:46:15 +02:00
parent 937f021a8d
commit 6b995f9185
1 changed files with 9 additions and 3 deletions

View File

@ -34,7 +34,9 @@
"method" : "GET", "method" : "GET",
"headers" : { "Authorization" : "${init.input.auth}" } "headers" : { "Authorization" : "${init.input.auth}" }
} }
} },
"retryCount" : 5,
"retryDelaySeconds": 10
}, },
{ {
"name": "LAMBDA_TASK", "name": "LAMBDA_TASK",
@ -55,7 +57,9 @@
"method" : "GET", "method" : "GET",
"headers" : { "Authorization" : "${init.input.auth}" } "headers" : { "Authorization" : "${init.input.auth}" }
} }
} },
"retryCount" : 5,
"retryDelaySeconds": 10
}, },
{ {
"name": "decision", "name": "decision",
@ -119,7 +123,9 @@
"Authorization" : "${init.input.auth}", "Authorization" : "${init.input.auth}",
"Accept" : "application/json" "Accept" : "application/json"
} }
} },
"retryCount" : 5,
"retryDelaySeconds": 10
}, },
{ {
"name": "decision", "name": "decision",