Skip to content

Wipe next_kwargs and next_method on task failure - #18210

Merged
kaxil merged 1 commit into
apache:mainfrom
astronomer:fix_next_on_retry
Sep 13, 2021
Merged

Wipe next_kwargs and next_method on task failure#18210
kaxil merged 1 commit into
apache:mainfrom
astronomer:fix_next_on_retry

Conversation

@andrewgodwin

Copy link
Copy Markdown
Contributor

This allows them to not persist between retries. Fixes #18146.

This allows them to not persist between retries. Fixes apache#18146.
@kaxil kaxil added the type:bug-fix Changelog: Bug Fixes label Sep 13, 2021
@kaxil kaxil changed the title Wipe next_kwargs and next_method on task failure Wipe next_kwargs and next_method on task failure Sep 13, 2021
@kaxil kaxil added this to the Airflow 2.2 milestone Sep 13, 2021
@github-actions

Copy link
Copy Markdown
Contributor

The PR most likely needs to run full matrix of tests because it modifies parts of the core of Airflow. However, committers might decide to merge it quickly and take the risk. If they don't merge it quickly - please rebase it to the latest main at your convenience, or amend the last commit of the PR, and push it with --force-with-lease.

@github-actions github-actions Bot added the full tests needed We need to run full set of tests for this PR to merge label Sep 13, 2021
@kaxil
kaxil merged commit 9d49772 into apache:main Sep 13, 2021
@kaxil
kaxil deleted the fix_next_on_retry branch September 13, 2021 18:14
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

full tests needed We need to run full set of tests for this PR to merge type:bug-fix Changelog: Bug Fixes

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Deferred TI's next_method and next_kwargs not cleared on retries

2 participants