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轴是以小时为单位,负着陆时间是手动运行作业的结果,因此它们在"应该完成"之前几个小时根据时间表完成.
我直接问作者马克西姆。他的回答landing_time是,工作完成时减去应开始的工作时间(对于气流,这是计划时间的结束)。
来源:http : //gitter.im/apache/incubator-airflow 这是获得帮助的好地方,Maxine非常友善且乐于助人。但是答案并不持久。