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

Increase --wait timeout #1455

Open
1 of 3 tasks
johnhoran opened this issue Nov 20, 2023 · 4 comments
Open
1 of 3 tasks

Increase --wait timeout #1455

johnhoran opened this issue Nov 20, 2023 · 4 comments
Assignees

Comments

@johnhoran
Copy link

johnhoran commented Nov 20, 2023

Describe the bug
Increase the length of time given to astro deploy --wait
I regularly get

Waiting for the deployment to become healthy…

This may take a few minutes
Error: timed out waiting for the deployment to become healthy

The deployment in question ultimately does succeed, but my script fails because the timeout is too short.

What CLI Version did you experience this bug?
v1.20.1

This CLI bug is related to which Astronomer Platform?

  • Astro
  • Software
  • None/Unknown

What Operating System is the above CLI installed on?
Linux github actions runner
🪜 Steps To Reproduce

📸 Screenshots

@johnhoran johnhoran reopened this Nov 21, 2023
@johnhoran
Copy link
Author

I can see for astro dev start commands https://github.com/astronomer/astro-cli/blob/18d0c7515e5a614beb6860edb3d3179e6c4ecf79/cmd/airflow.go#L236C1-L236C2 its configurable, but not for astro deploy

@erdos2n
Copy link
Contributor

erdos2n commented Jan 11, 2024

@johnhoran how much time you have given it? Have you tried --wait=5m? More information will be helpful.

@sunkickr
Copy link
Contributor

sunkickr commented Jan 16, 2024

@johnhoran astro deploy should not need a --wait flag. That command does not start the project just builds and deploys

@sunkickr sunkickr self-assigned this Apr 22, 2024
@sunkickr
Copy link
Contributor

I see the issue

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

3 participants