micro / services

Real World Micro Services
Apache License 2.0
1.27k stars 139 forks source link

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

Open lambdaR opened 2 years ago

lambdaR commented 2 years ago

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.

asim commented 2 years ago

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.