glennhsh commented on code in PR #58547: URL: https://github.com/apache/airflow/pull/58547#discussion_r2636507312
########## chart/newsfragments/58547.significant.rst: ########## @@ -0,0 +1,8 @@ +Support for Multiple Celery Worker Sets in the Helm Chart + +Helm chart behavior related to Celery worker configuration has changed. +Multiple worker sets can now be configured, which affects how worker sets are rendered and scaled. +Users upgrading the chart should review their Helm values if they relied on the previous +single worker behavior. + +See `Helm PR #58547 <https://github.com/apache/airflow/pull/58547>`_ for details. Review Comment: Thanks for the feedback and the suggestion! That makes sense — I agree it’s better to have the details properly documented in the Helm chart docs rather than relying on the PR description. I’ll update the RST documentation accordingly. Thanks again for pointing this out. -- 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: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
