justinpakzad commented on code in PR #73383:
URL: https://github.com/apache/airflow/pull/73383#discussion_r4057141385
##########
airflow-core/src/airflow/cli/commands/scheduler_command.py:
##########
@@ -105,3 +105,4 @@ def _serve_health_check(enable_health_check: bool = False):
finally:
if sub_proc:
sub_proc.terminate()
+ sub_proc.join()
Review Comment:
I would suggest converting this PR to draft for now and you can mark it as
ready for review after you have fully verified the fix and all tests are green
(CI is currently failing).
--
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]