Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix Deferrable stuck as "scheduled" during backfill #26205

Merged
merged 3 commits into from Sep 23, 2022

Commits on Sep 20, 2022

  1. Fix Deferrable Operators get stuck as "scheduled" during backfill

    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 committed Sep 20, 2022
    Configuration menu
    Copy the full SHA
    eea53ca View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c681ffd View commit details
    Browse the repository at this point in the history
  3. Update airflow/jobs/backfill_job.py

    Co-authored-by: Tzu-ping Chung <uranusjr@gmail.com>
    ephraimbuddy and uranusjr committed Sep 20, 2022
    Configuration menu
    Copy the full SHA
    4383ff6 View commit details
    Browse the repository at this point in the history