[8.x] Update docs on task manager default poll interval as of 8.17 (#202559) (#202791)

# Backport

This will backport the following commits from `main` to `8.x`:
- [Update docs on task manager default poll interval as of 8.17
(#202559)](https://github.com/elastic/kibana/pull/202559)

<!--- Backport version: 9.4.3 -->

### Questions ?
Please refer to the [Backport tool
documentation](https://github.com/sqren/backport)

<!--BACKPORT [{"author":{"name":"Mike
Côté","email":"mikecote@users.noreply.github.com"},"sourceCommit":{"committedDate":"2024-12-03T18:24:00Z","message":"Update
docs on task manager default poll interval as of 8.17 (#202559)\n\nIn
this PR, I'm changing the task manager docs to mention
the\r\n`poll_interval` defaults to `500`. This will go back to 8.17
where we\r\nchange the default task claiming strategy.\r\n\r\ncc
@lcawl","sha":"0f21004e439b7c5141444ba8165f39ef9dbd3645","branchLabelMapping":{"^v9.0.0$":"main","^v8.18.0$":"8.x","^v(\\d+).(\\d+).\\d+$":"$1.$2"}},"sourcePullRequest":{"labels":["release_note:skip","Team:ResponseOps","v9.0.0","backport:version","v8.17.0","v8.18.0"],"title":"Update
docs on task manager default poll interval as of
8.17","number":202559,"url":"https://github.com/elastic/kibana/pull/202559","mergeCommit":{"message":"Update
docs on task manager default poll interval as of 8.17 (#202559)\n\nIn
this PR, I'm changing the task manager docs to mention
the\r\n`poll_interval` defaults to `500`. This will go back to 8.17
where we\r\nchange the default task claiming strategy.\r\n\r\ncc
@lcawl","sha":"0f21004e439b7c5141444ba8165f39ef9dbd3645"}},"sourceBranch":"main","suggestedTargetBranches":["8.17","8.x"],"targetPullRequestStates":[{"branch":"main","label":"v9.0.0","branchLabelMappingKey":"^v9.0.0$","isSourceBranch":true,"state":"MERGED","url":"https://github.com/elastic/kibana/pull/202559","number":202559,"mergeCommit":{"message":"Update
docs on task manager default poll interval as of 8.17 (#202559)\n\nIn
this PR, I'm changing the task manager docs to mention
the\r\n`poll_interval` defaults to `500`. This will go back to 8.17
where we\r\nchange the default task claiming strategy.\r\n\r\ncc
@lcawl","sha":"0f21004e439b7c5141444ba8165f39ef9dbd3645"}},{"branch":"8.17","label":"v8.17.0","branchLabelMappingKey":"^v(\\d+).(\\d+).\\d+$","isSourceBranch":false,"state":"NOT_CREATED"},{"branch":"8.x","label":"v8.18.0","branchLabelMappingKey":"^v8.18.0$","isSourceBranch":false,"state":"NOT_CREATED"}]}]
BACKPORT-->

Co-authored-by: Mike Côté <mikecote@users.noreply.github.com>
This commit is contained in:
Kibana Machine 2024-12-04 05:54:22 +11:00 committed by GitHub
parent 60c300e739
commit 396ab4921d
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.