Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在尝试使用airbnb 气流。当我尝试使用 'backfill' 选项以 60 分钟的 timedelta 运行一天时,只执行了 13 个实例。休息显示为等待并且从不执行。
请提供更多信息,例如哪个 Airflow 版本以及您在“airflow.cfg”中定义的 Executor。
对于CeleryExecutor,您必须让“气流工作者”与调度程序一起运行。
CeleryExecutor
"-e END_DATE"如果您的结束日期 ( ) 已到,您的 DAG 也可能处于待处理状态。
"-e END_DATE"