着陆时间在气流中意味着什么?

use*_*810 19 python airflow

在气流的Web控制台上的DAG视图中有一个称为"着陆时间"的部分.

以airbnb博客为例的屏幕截图:

但是这是什么意思?文档或其存储库中没有定义.

Ste*_*zel 13

由于这里现有的答案并不完全清楚,这是"气流着陆时间"的热门话题,我去了聊天档案,发现原来的答案在这里引用:

Maxime Beauchemin @mistercrunch Jun 09 2016 11:12 
it's the number of hours after the time the scheduling period ended
take a schedule_interval='@daily' run for 2016-01-01 that finishes at 2016-01-02 03:52:00
landing time is 3:52
Run Code Online (Sandbox Code Playgroud)

https://gitter.im/apache/incubator-airflow/archives/2016/06/09

似乎Y轴是以小时为单位,负着陆时间是手动运行作业的结果,因此它们在"应该完成"之前几个小时根据时间表完成.


use*_*810 8

我直接问作者马克西姆。他的回答landing_time是,工作完成时减去应开始的工作时间(对于气流,这是计划时间的结束)。

来源:http : //gitter.im/apache/incubator-airflow 这是获得帮助的好地方,Maxine非常友善且乐于助人。但是答案并不持久。

  • 我想知道“分钟”一词是否是“减号”的错字。即使这样,我还是不太理解你的描述。您介意详细一点吗? (2认同)