GitHub user nesp159de added a comment to the discussion: Deferred operator causing deadlock and Airflow falled down
We finally fix the issue by remove deffered infrastructure from our code at all because the issue is still there. We replace it by inheriting from: airflow.sensors.base import BaseSensorOperator (default configuration is using active sleep). GitHub link: https://github.com/apache/airflow/discussions/46069#discussioncomment-12459488 ---- This is an automatically sent email for [email protected]. To unsubscribe, please send an email to: [email protected]
