Re: [I] Helm Chart: Add startupProbe to flower deployment [airflow]
romsharon98 closed issue #44846: Helm Chart: Add startupProbe to flower deployment URL: https://github.com/apache/airflow/issues/44846 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: commits-unsubscr...@airflow.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org
Re: [I] Helm Chart: Add startupProbe to flower deployment [airflow]
boring-cyborg[bot] commented on issue #44846: URL: https://github.com/apache/airflow/issues/44846#issuecomment-2536502852 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. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: commits-unsubscr...@airflow.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org
[I] Helm Chart: Add startupProbe to flower deployment [airflow]
MWatter opened a new issue, #44846: URL: https://github.com/apache/airflow/issues/44846 ### 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 - [X] I agree to follow this project's [Code of Conduct](https://github.com/apache/airflow/blob/main/CODE_OF_CONDUCT.md) -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: commits-unsubscr...@airflow.apache.org.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org