potiuk commented on issue #8212: URL: https://github.com/apache/airflow/issues/8212#issuecomment-1306112980
I only handed gevent as this was the only one I knew about. But once you confirm it works for you for gevent I see that there is a similar issue https://github.com/apache/airflow/issues/15116 and seems we can use similar technique by adding eventlet configuration. ``` import eventlet eventlet.monkey_patch() ``` But this should be a separate PR once we get confirmation that the approach works for you. Since you have s3 loigging configured and very interested, I will hold on until I get confirmation. -- 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]
