You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fix quota issue when cancelling deployment (#4246)
Ensure we do not hit a quota when cancelling a deployment by destroying
the deployment web processes before restoring the originals. Since both
these operations are handled by diego this reorder should not effect app
availability.
We may want to improve this logic in the future to cancel more
gracefully by ensuring app availability.
0 commit comments