github-actions[bot] opened a new pull request, #54441:
URL: https://github.com/apache/airflow/pull/54441

   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.
   (cherry picked from commit bfd0bbe4ce20394ca91fa8efcc946f05b4a5de7a)
   
   Co-authored-by: Ephraim Anierobi <[email protected]>


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