Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
lambdaR opened this issue Dec 17, 2021 · 1 comment

Comments

@lambdaR
Copy link
Contributor

lambdaR commented Dec 17, 2021

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 lambdaR changed the title App(Beta) - DeplotmentError when you run app.Update while app status is Deploying App(Beta) - DeploymentError when you run app.Update while app status is Deploying Dec 17, 2021
@asim
Copy link
Member

asim commented Dec 22, 2021

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants