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:
Mike Côté 2024-12-03 13:24:00 -05:00 committed by GitHub
parent ac3b60ee90
commit 0f21004e43
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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.