Skip to content

Commit

Permalink
Add start cron job log
Browse files Browse the repository at this point in the history
Signed-off-by: zane-neo <[email protected]>
  • Loading branch information
zane-neo committed Nov 16, 2023
1 parent 459c438 commit 226fae3
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -91,6 +91,7 @@ public void onClusterManager() {

private void startSyncModelRoutingCron() {
if (jobInterval > 0) {
log.info("Starting ML sync up job...");
syncModelRoutingCron = threadPool
.scheduleWithFixedDelay(
new MLSyncUpCron(client, clusterService, nodeHelper, mlIndicesHandler, encryptor),
Expand Down

0 comments on commit 226fae3

Please sign in to comment.