hussein-awala commented on PR #36492:
URL: https://github.com/apache/airflow/pull/36492#issuecomment-1872534368

   > The problem is that if you do it during the event loop, the access (if not 
using async/await) will block - in I/O or networking and when it is blocked, no 
other triggers are running because event loop runs synchronously. See what 
happens (and warnings you get) when you just "sleep()" for a second or so. Or 
give your Triggered fractional CPU (say 0.05) - then you will see that even 
short - 50ms blocking operation will be disastrous for the event loop.
   
   I'm running a POC to make this easily possible without blocking the event 
loop and will create a new AIP soon 🤞 


-- 
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: commits-unsubscr...@airflow.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to