Skip to content

Commit

Permalink
Update docs on task manager default poll interval as of 8.17 (elastic…
Browse files Browse the repository at this point in the history
…#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
  • Loading branch information
mikecote authored and CAWilson94 committed Dec 12, 2024
1 parent 9464c79 commit ef82311
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/settings/task-manager-settings.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit ef82311

Please sign in to comment.