jscheffl commented on code in PR #43927: URL: https://github.com/apache/airflow/pull/43927#discussion_r1838117276
########## providers/src/airflow/providers/edge/CHANGELOG.rst: ########## @@ -27,6 +27,15 @@ Changelog --------- +0.5.4pre0 +......... + +Misc +~~~~ + +* ``Fix SIGINT handling of child processes.`` Review Comment: From reading code I recommend noting the second thing as well. ```suggestion * ``Fix SIGINT handling of child processes. Ensure graceful shutdown when SIGINT in received (not killing working tasks).`` * ``Fix SIGTERM handling of child processes. Ensure all childs are terminated on SIGTERM.`` ``` -- 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]
