steveahnahn commented on PR #67330:
URL: https://github.com/apache/airflow/pull/67330#issuecomment-4898145098

   Hey @anmolxlight, looks like the diagnosis is right and this exact fix 
already landed in #68741 (merged Jul 2), which also closed #67287. That PR 
makes the same change to the `ti_requeued` resume-after-defer guard in 
`process_executor_events` It accepts `ti.state in (TaskInstanceState.SCHEDULED, 
TaskInstanceState.QUEUED)` instead of `TaskInstanceState.SCHEDULED` only, and 
adds a dedicated regression test for the queued variant.
   
   I believe this PR can be closed now!


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