ephraimbuddy opened a new pull request, #54438:
URL: https://github.com/apache/airflow/pull/54438

   When running multiple deferrable in parallel, triggers are repeatedly added 
to triggerer queue to create by the update_trigger's method. Then it's being 
skipped with a warning at the creating_trigger's method. The warning is too 
many when there're many tasks to defer causing inefficency.
   
   The fix here was to exclude the already queued triggers from the triggers to 
create and I purposely left the warning log of encountering a trigger already 
in to_create in case there's another way it could still be possible.
   
   


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