potiuk commented on PR #54089: URL: https://github.com/apache/airflow/pull/54089#issuecomment-3155392858
Yep. Supervisor is the best place to handle timeout and sending back the timeout - even if a bit complex is likely best from overhead "no extra process needed" POV. Also it means that file descriptors will not be duplicated between timeout and task which is (small) overhead of the separate process solution. -- 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]
