GitHub user msen-aiq added a comment to the discussion: Deferred operator causing deadlock and Airflow falled down
I had a similar issue where Backfill tasks are deadlocked if any task is placed after deferrable tasks. `airflow.exceptions.BackfillUnfinished: BackfillJob is deadlocked.` Disabling `scheduler.schedule_after_task_execution` resolved my problem. GitHub link: https://github.com/apache/airflow/discussions/46069#discussioncomment-12079472 ---- This is an automatically sent email for [email protected]. To unsubscribe, please send an email to: [email protected]
