vatsrahul1001 opened a new pull request, #71183: URL: https://github.com/apache/airflow/pull/71183
Backport of #70685 to `v3-3-test` for the 3.3.1 patch release — this was missed (the main PR merged but no backport was raised). A deferred task whose stored `next_kwargs` can't be deserialized/processed was left stranded rather than failed. This routes it through the normal failure path (and the scheduler's awaiting-input timeout sweep survives such task instances instead of crashing). Cherry-picked with `-x` from `2b7a0be359`. Applied cleanly — git auto-merged the `test_trigger.py` imports where this and the already-backported #69821 (#71163) both add imports. The full `test_trigger.py` suite (plus the new scheduler test) passes on v3-3-test — 42 tests green. ##### Was generative AI tooling used to co-author this PR? - [X] Yes — Claude Code (Opus 4.8) Generated-by: Claude Code (Opus 4.8) following [the guidelines](https://github.com/apache/airflow/blob/main/contributing-docs/05_pull_requests.rst#gen-ai-assisted-contributions) -- 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]
