Skip to content

Conversation

@github-actions
Copy link

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

Co-authored-by: Ephraim Anierobi splendidzigy24@gmail.com

… triggerer (#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.
(cherry picked from commit bfd0bbe)

Co-authored-by: Ephraim Anierobi <splendidzigy24@gmail.com>
@ephraimbuddy ephraimbuddy merged commit ed7e05f into v3-0-test Aug 13, 2025
50 checks passed
@ephraimbuddy ephraimbuddy deleted the backport-bfd0bbe-v3-0-test branch August 13, 2025 10:32
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant