Commit 669cce49 by lzxry

Update applicationContext-schedule.xml

parent 02aed030
......@@ -76,7 +76,7 @@
<bean id="syncCalculationFlowTask" class="track.task.TrackingFlowTask"></bean>
<task:scheduled-tasks>
<!--定时同步流量(每7分钟执行一次)-->
<task:scheduled ref="syncCalculationFlowTask" method="syncFlow" cron="0 0/7 * * * ? "/>
<task:scheduled ref="syncCalculationFlowTask" method="syncFlow" cron="0 0/5 * * * ? "/>
</task:scheduled-tasks>
<bean id="syncIPSendTime" class="track.task.CASIPSendTimeTask"></bean>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment