Commit cff31efe by kangxiaoshan

取消 临时跑一段任务

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