Skip to content

Commit

Permalink
Added timeout:PT10M and Set retryPolicy:None
Browse files Browse the repository at this point in the history
  • Loading branch information
Yoichi Kawasaki committed May 12, 2018
1 parent c2eeb27 commit 075a314
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions logicapp/LogicApp.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,9 @@
"HTTP_Webhook_action_that_called_Database_Scaler_Functions": {
"type": "HttpWebhook",
"inputs": {
"retryPolicy": {
"type": "none"
},
"subscribe": {
"method": "POST",
"uri": "[parameters('webhookSubscribeEndpoint')]",
Expand All @@ -51,6 +54,9 @@
},
"unsubscribe": {}
},
"limit": {
"timeout": "PT10M"
},
"runAfter": {}
},
"Post_Success_message": {
Expand Down

0 comments on commit 075a314

Please sign in to comment.