tomrutter commented on issue #32091:
URL: https://github.com/apache/airflow/issues/32091#issuecomment-1604832307

   Will check, but wouldn't all triggers fail if that were the case? There are 
many (>100) identical triggers working and only one that fails (all using the 
same custom trigger). I notice that if the trigger heartbeat is delayed it can 
push the triggers to other triggerers. Could that open the window for the 
problem above under high load? The custom triggers do one http request using 
async call and then parse the json response. I don't think they are blocking 
but sometimes the triggerer complains of blocking when many are running at 
once. 


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