Skip to content

Conversation

@ephraimbuddy
Copy link
Contributor

When the dag Processor is made to run specific bundle, it previously attempted to process callback requests for bundles it does not own, leading to a StopIteration in render_log_filename due to missing bundle references.

Now, fetch_callbacks only enqueues callbacks whose bundle_name matches one of the manager’s active bundles, leaving others in the DB for the correct processor to handle.

closes: #57081
(cherry picked from commit 3b97c94)

…che#57192)

When the dag Processor is made to run specific bundle, it previously attempted to
process callback requests for bundles it does not own, leading to a
StopIteration in render_log_filename due to missing bundle references.

Now, fetch_callbacks only enqueues callbacks whose bundle_name matches
one of the manager’s active bundles, leaving others in the DB for the
correct processor to handle.

closes: apache#57081
(cherry picked from commit 3b97c94)
@ephraimbuddy ephraimbuddy merged commit 1b29dac into apache:v3-1-test Oct 27, 2025
62 checks passed
@ephraimbuddy ephraimbuddy deleted the backport-57192 branch October 27, 2025 10:02
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