相关疑难解决方法(0)

Apache Airflow:Executor 报告任务实例已完成(失败),尽管该任务表示已排队

我们的气流安装使用 CeleryExecutor。并发配置是

# The amount of parallelism as a setting to the executor. This defines
# the max number of task instances that should run simultaneously
# on this airflow installation
parallelism = 16

# The number of task instances allowed to run concurrently by the scheduler
dag_concurrency = 16

# Are DAGs paused by default at creation
dags_are_paused_at_creation = True

# When not using pools, tasks are run in the "default pool",
# whose size is guided by this …
Run Code Online (Sandbox Code Playgroud)

executor airflow

12
推荐指数
2
解决办法
9092
查看次数

标签 统计

airflow ×1

executor ×1