mirror of
https://github.com/elastic/kibana.git
synced 2025-04-23 17:28:26 -04:00
Update docs on task manager default poll interval as of 8.17 (#202559)
In this PR, I'm changing the task manager docs to mention the `poll_interval` defaults to `500`. This will go back to 8.17 where we change the default task claiming strategy. cc @lcawl
This commit is contained in:
parent
ac3b60ee90
commit
0f21004e43
1 changed files with 1 additions and 1 deletions
|
@ -17,7 +17,7 @@ Task Manager runs background tasks by polling for work on an interval. You can
|
|||
The maximum number of times a task will be attempted before being abandoned as failed. Defaults to 3.
|
||||
|
||||
`xpack.task_manager.poll_interval`::
|
||||
How often, in milliseconds, the task manager will look for more work. Defaults to 3000 and cannot be lower than 100.
|
||||
How often, in milliseconds, the task manager will look for more work. Defaults to 500 and cannot be lower than 100.
|
||||
|
||||
`xpack.task_manager.request_capacity`::
|
||||
How many requests can Task Manager buffer before it rejects new requests. Defaults to 1000.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue