mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 09:48:58 -04:00
removes CTA from Task Manager info message
This commit is contained in:
parent
eb6d9bbdb7
commit
052fbae2cd
1 changed files with 1 additions and 1 deletions
|
@ -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 [];
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue