x42005e1f commented on issue #50185: URL: https://github.com/apache/airflow/issues/50185#issuecomment-2924992192
Also note that if we make all communication as `executor.submit()` calls, we can do without synchronization. Since the calls will be executed by a single worker thread, and the futures can be waited for either synchronously or asynchronously. The disadvantage is only a slight performance loss. -- 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]
