Skip to content

Commit

Permalink
increase SCM_COMMAND_IDLE_TIMEOUT (default 60, 1 minute), to 300 seco…
Browse files Browse the repository at this point in the history
…nds / 5 minutes

Azure deploy fails with message Thread was being aborted.
This happens when the deploy commands take too long to execute. You can resolve this by setting the
SCM_COMMAND_IDLE_TIMEOUT app setting to 900 (900 seconds, 15 minutes) for your app in the Azure portal.
Thanks https://github.com/kemmis/Panda and projectkudu/kudu#2089 (comment)
  • Loading branch information
PieterGit committed Jul 26, 2018
1 parent 64496f0 commit 2e869c7
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions azuredeploy.json
Original file line number Diff line number Diff line change
Expand Up @@ -318,7 +318,11 @@
}, {
"name": "WEBSITE_NODE_DEFAULT_VERSION",
"value": "8.11.1"
}, {
"name": "SCM_COMMAND_IDLE_TIMEOUT",
"value": "300"
}

]
}
},
Expand Down

0 comments on commit 2e869c7

Please sign in to comment.