airflow icon indicating copy to clipboard operation
airflow copied to clipboard

Fix Deferrable Operators get stuck as "scheduled" during backfill

Open ephraimbuddy opened this issue 3 years ago • 0 comments

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: https://github.com/apache/airflow/issues/25653

ephraimbuddy avatar Sep 07 '22 11:09 ephraimbuddy