From a2861792c4eda2f5f54bf8cf563dc8769340b35d Mon Sep 17 00:00:00 2001 From: zhouxiunai <154707516@qq.com> Date: Thu, 17 Jan 2019 21:00:34 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E7=94=9F=E4=BA=A7=E7=8E=AF?= =?UTF-8?q?=E5=A2=83=E9=85=8D=E7=BD=AE=E6=96=87=E4=BB=B6=E3=80=82?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/main/resources/application-pro.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/main/resources/application-pro.yml b/src/main/resources/application-pro.yml index 7e734738..fece5068 100644 --- a/src/main/resources/application-pro.yml +++ b/src/main/resources/application-pro.yml @@ -65,6 +65,8 @@ scheduled: queueCapacity: 10 # 每日凌晨3:00 cminmsg 已处理数据转历史 cminmsgHisCron: 0 0 3 * * ? + # 航班发送信息定时 + flightSendCron: "*/5 * * * * ?" #计入历史航班数据的条件 hstCondition: #航班到达超过多久则成为历史航班数据(单位:秒)