Airflow中Python Operator中execution_timeout的默认值

kee*_*kee 5 python python-3.x airflow

我依稀记得execution_timeout的默认值是15分钟或30分钟,但我在任何地方都找不到相关文档。默认值是多少?

Meg*_*Ray 6

根据Operators的文档,默认execution_timeout设置为。None

如果您想设置任何类型的上限,那么您必须明确指定它。