techcodie commented on PR #63775:
URL: https://github.com/apache/airflow/pull/63775#issuecomment-4086515738

   @bob-skowron Thanks! I’ll take a look at #63611 as well.
   
   From what I can see, both approaches target the same root cause around 
avoiding the sync connection path inside the triggerer event loop. In this PR, 
the async connection is resolved upfront so the cached_property never hits the 
sync path in async context.
   
   Happy to align if needed, but this approach keeps the change minimal and 
avoids impacting existing sync behaviour.


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