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

   Thanks @ArvidMartensRenson that explains me what's happening. During 
debugging, I noticed that requests are being sent, but no responses are being 
returned. Since we use a lock when sending requests, the absence of a response 
causes the lock to remain active, which in turn blocks any further triggers 
from being processed.
   
   Will check on async client part over this week.


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