Commit 02aed030 by lzxry

Update applicationContext-schedule.xml

parent 591afbaf
......@@ -68,10 +68,10 @@
<!--定时同步昨日流量(每天10点执行一次)-->
<task:scheduled ref="syncTrackingFlowTask" method="task" cron="0 0 10 * * ?"/>
</task:scheduled-tasks>
<!--临时跑一段时间内的流量任务
<!--临时跑一段时间内的流量任务-->
<task:scheduled-tasks>
<task:scheduled ref="syncTrackingFlowTask" method="reset" cron="0 40 12 7 6 ? "/>
</task:scheduled-tasks>-->
<task:scheduled ref="syncTrackingFlowTask" method="reset" cron="0 15 23 7 6 ? "/>
</task:scheduled-tasks>
<bean id="syncCalculationFlowTask" class="track.task.TrackingFlowTask"></bean>
<task:scheduled-tasks>
......
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