uranusjr commented on PR #60190: URL: https://github.com/apache/airflow/pull/60190#issuecomment-3717870531
Using `add_signal_handler` is not technically required here. Signal handling is fundamentally synchronous; the loop method is needed when you want to use the eventloop (to do async stuff, for example) in the handler. We don’t here. -- 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]
