gopidesupavan commented on issue #50185:
URL: https://github.com/apache/airflow/issues/50185#issuecomment-2925164338

   > 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.
   > 
   > Obviously, this will also mean that you will no longer need aiologic, at 
least not for the kind of `SUPERVISOR_COMMS` synchronization you have now. 
Well, sophisticated solutions are rarely ever really needed in a proper 
architecture.
   
   Agree, generally nowadays people are using triggers largely, not sure about 
the how much performance it hit. 


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