You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
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.
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?
Code of Conduct
The text was updated successfully, but these errors were encountered: