Skip to content

Commit 09ff377

Browse files
author
Cory Fowler
committed
Merge pull request #2 from hajekj/master
@hajekj Thanks for your contribution!
2 parents d7fe289 + 6da6a83 commit 09ff377

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,10 @@ This [sample application](https://github.com/SyntaxC4-MSFT/WAWS-Composer) demons
2323
* Open the Kudu Debug Console (http://<site-name>.scm.azurewebsites.net/DebugConsole) or Install [KuduExec](https://github.com/projectkudu/kuduexec)
2424
* run composer from the command line `composer selfupdate`
2525

26+
### Timeout configuration
27+
28+
In some cases (especially when attempting to install great amount of packages, [#1](https://github.com/SyntaxC4-MSFT/ComposerExtension/issues/1)) the deployment may timeout and the dependencies won't get loaded correctly by Composer. A simple fix is to add a [deployment configuration](https://github.com/projectkudu/kudu/wiki/Customizing-deployments) (create `.deployment` file) with parameter [**SCM_COMMAND_IDLE_TIMEOUT**](https://github.com/projectkudu/kudu/wiki/Configurable-settings) and set it to bigger number (for example `SCM_COMMAND_IDLE_TIMEOUT=600` where 600 is time out in seconds). The default value in Azure Web Apps for this setting appears to be 400 seconds.
29+
2630
## AppSettings
2731

2832
| Name | Value |Notes |

0 commit comments

Comments
 (0)