Skip to content

Commit

Permalink
[#11905] Disable the batch for checking Flink server operation.
Browse files Browse the repository at this point in the history
  • Loading branch information
minwoo-jung committed Jan 6, 2025
1 parent d3dd663 commit c03696c
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@
<task:scheduled-tasks scheduler="scheduler">
<task:scheduled ref="batchJobLauncher" method="alarmJob" cron="#{batchProperties['alarmJobCron']}"/>
<task:scheduled ref="batchJobLauncher" method="agentCountJob" cron="#{batchProperties['agentCountJobCron']}"/>
<task:scheduled ref="batchJobLauncher" method="flinkCheckJob" cron="#{batchProperties['flinkCheckJobCron']}"/>
<task:scheduled ref="batchJobLauncher" method="cleanupInactiveAgentsJob" cron="#{batchProperties['cleanupInactiveAgentsJobCron']}"/>
<task:scheduled ref="batchJobLauncher" method="cleanupInactiveApplicationsJob" cron="#{batchProperties['cleanupInactiveApplicationsJobCron']}"/>
<task:scheduled ref="batchJobLauncher" method="uriStatAlarmJob" cron="#{batchProperties['uriStatAlarmJobCron']}"/>
Expand Down

0 comments on commit c03696c

Please sign in to comment.