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 airflowを試しています。「バックフィル」オプションを使用して、timedelta を 60 分に設定して 1 日実行しようとしていますが、13 個のインスタンスしか実行されません。残りは待機中として表示され、実行されません。
Airflow のバージョンや「airflow.cfg」で定義した Executor などの詳細情報を提供してください。
の場合CeleryExecutor、スケジューラと一緒に「airflow worker」を実行する必要があります。
CeleryExecutor
"-e END_DATE"また、終了日 ( ) に達すると、DAG が保留になる可能性があります。
"-e END_DATE"