microsoft / windows-dev-center-vsts-extension

Visual Studio Team Services (VSTS) extension for performing continuous delivery to the Windows Dev Center store from your automated CI builds
Other
42 stars 17 forks source link

Add 429 code as a retryable error code #50

Closed elendil326 closed 6 years ago

elendil326 commented 6 years ago

There are scenarios in which the store API will throttle down when multiple releases are going at the same time. This should not cause a release failure. Any API call could be affected by this but enabling for now just the calls that we already retry.

zurdev commented 6 years ago

LGTM