lp-jump commented on issue #50038:
URL: https://github.com/apache/airflow/issues/50038#issuecomment-3533352460

   Think I found the issue.
   DagFileProcessorManager, and its selector, are created before forking to 
daemon mode.
   But the default selector (epoll for me), is using a socket internally that 
is probably non-inheritable.
   A simple `self.selector = selectors.DefaultSelector()` at the start of 
DagFileProcessorManager.run() seem to fix it.
   Will try to get a PR in, if that seem an acceptable fix?


-- 
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]

Reply via email to