removes CTA from Task Manager info message (#55334) (#55344)

removes CTA from Task Manager info message
This commit is contained in:
Gidi Meir Morris 2020-01-20 22:39:37 +00:00 committed by GitHub
parent eb6d9bbdb7
commit 052fbae2cd
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -401,7 +401,7 @@ export async function claimAvailableTasks(
} else {
performance.mark('claimAvailableTasks.noAvailableWorkers');
logger.info(
`[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.`
`[Task Ownership]: Task Manager has skipped Claiming Ownership of available tasks at it has ran out Available Workers.`
);
}
return [];