microsoft / vscode-azuretools

Common packages for building Azure extensions for VS Code
MIT License
106 stars 66 forks source link

appservice: Change deployment polling interval from 5s to 1s #1739

Closed nturinski closed 3 months ago

nturinski commented 3 months ago

It was recommended to me by the service team to poll every 1s instead of 5s. There have been cases for flex deployment where the deployment id gets recycled before we ever pick it up.