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

Helm Chart: Add startupProbe to flower deployment #44846

Open
1 of 2 tasks
MWatter opened this issue Dec 11, 2024 · 1 comment · May be fixed by #45012
Open
1 of 2 tasks

Helm Chart: Add startupProbe to flower deployment #44846

MWatter opened this issue Dec 11, 2024 · 1 comment · May be fixed by #45012
Labels
area:helm-chart Airflow Helm Chart kind:feature Feature Requests

Comments

@MWatter
Copy link

MWatter commented Dec 11, 2024

Description

We've run into the issue of the flower pod not being quite ready by the time the readinessProbe starts firing leading to a crashbackoffloop. A startupProbe using the same check would be fairly painless and without significant side effects.

Use case/motivation

We would like to ensure that slow starting flower pods in our Airflow Helm deployments come into ready state cleanly.

Related issues

#33099 added startup probes to the scheduler and webserver.

Are you willing to submit a PR?

  • Yes I am willing to submit a PR!

Code of Conduct

@MWatter MWatter added kind:feature Feature Requests needs-triage label for new issues that we didn't triage yet labels Dec 11, 2024
Copy link

boring-cyborg bot commented Dec 11, 2024

Thanks for opening your first issue here! Be sure to follow the issue template! If you are willing to raise PR to address this issue please do so, no need to wait for approval.

@dosubot dosubot bot added the area:helm-chart Airflow Helm Chart label Dec 11, 2024
@shahar1 shahar1 removed the needs-triage label for new issues that we didn't triage yet label Dec 14, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area:helm-chart Airflow Helm Chart kind:feature Feature Requests
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants