Skip to content

Commit 075a314

Browse files
author
Yoichi Kawasaki
committed
Added timeout:PT10M and Set retryPolicy:None
1 parent c2eeb27 commit 075a314

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

logicapp/LogicApp.json

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,9 @@
4141
"HTTP_Webhook_action_that_called_Database_Scaler_Functions": {
4242
"type": "HttpWebhook",
4343
"inputs": {
44+
"retryPolicy": {
45+
"type": "none"
46+
},
4447
"subscribe": {
4548
"method": "POST",
4649
"uri": "[parameters('webhookSubscribeEndpoint')]",
@@ -51,6 +54,9 @@
5154
},
5255
"unsubscribe": {}
5356
},
57+
"limit": {
58+
"timeout": "PT10M"
59+
},
5460
"runAfter": {}
5561
},
5662
"Post_Success_message": {

0 commit comments

Comments
 (0)