Skip to content

Commit c80ec25

Browse files
committed
remove CTA from TM info m,essage
1 parent 4b6aedf commit c80ec25

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

x-pack/plugins/task_manager/server/task_manager.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -401,7 +401,7 @@ export async function claimAvailableTasks(
401401
} else {
402402
performance.mark('claimAvailableTasks.noAvailableWorkers');
403403
logger.info(
404-
`[Task Ownership]: Task Manager has skipped Claiming Ownership of available tasks at it has ran out Available Workers. If this happens often, consider adjusting the "xpack.task_manager.max_workers" configuration.`
404+
`[Task Ownership]: Task Manager has skipped Claiming Ownership of available tasks at it has ran out Available Workers.`
405405
);
406406
}
407407
return [];

0 commit comments

Comments
 (0)