Skip to content

Conversation

@ephraimbuddy
Copy link
Contributor

@ephraimbuddy ephraimbuddy commented Sep 7, 2022

When the triggerer puts the task to scheduled, it gets stuck because it's already in ti_status.running. We need to move it to ti_status.to_run for it to continue running

closes: #25653

@boring-cyborg boring-cyborg bot added the area:Scheduler including HA (high availability) scheduler label Sep 7, 2022
@ephraimbuddy ephraimbuddy force-pushed the fix-backfilling-deferrable branch from 6bf552a to e8b167e Compare September 7, 2022 15:20
@ashb ashb added this to the Airflow 2.4.1 milestone Sep 14, 2022
ephraimbuddy and others added 3 commits September 20, 2022 09:48
When the triggerer puts the task to scheduled, it gets stuck because
it's already in ti_status.running. We need to move it to ti_status.to_run for it to continue running
@ephraimbuddy ephraimbuddy force-pushed the fix-backfilling-deferrable branch from 8ef82db to 4383ff6 Compare September 20, 2022 08:49
@uranusjr uranusjr changed the title Fix Deferrable Operators get stuck as "scheduled" during backfill Fix Deferrable stuck as "scheduled" during backfill Sep 23, 2022
@uranusjr uranusjr merged commit 3396d1f into apache:main Sep 23, 2022
@uranusjr uranusjr deleted the fix-backfilling-deferrable branch September 23, 2022 05:08
@ephraimbuddy ephraimbuddy added the type:bug-fix Changelog: Bug Fixes label Sep 23, 2022
jedcunningham pushed a commit that referenced this pull request Sep 23, 2022
Co-authored-by: Tzu-ping Chung <[email protected]>
(cherry picked from commit 3396d1f)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

area:Scheduler including HA (high availability) scheduler type:bug-fix Changelog: Bug Fixes

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Deferrable Operators get stuck as "scheduled" during backfill

5 participants