services icon indicating copy to clipboard operation
services copied to clipboard

App(Beta) - DeploymentError when you run app.Update while app status is Deploying

Open lambdaR opened this issue 4 years ago • 1 comments

I think it is worth checking first if the app's status is Running before sending a command (Update) to the provider, not doing the check will leads to a DeploymentError.

lambdaR avatar Dec 17 '21 12:12 lambdaR

I've fixed this so it returns an error saying it's already deploying. Ideally we'd queue updates or something but maybe that's a future thing.

asim avatar Dec 22 '21 10:12 asim