Skip to content

Commit

Permalink
[8.x] Update docs on task manager default poll interval as of 8.17 (#…
Browse files Browse the repository at this point in the history
…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)](#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":"[email protected]"},"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é <[email protected]>
  • Loading branch information
kibanamachine and mikecote authored Dec 3, 2024
1 parent 60c300e commit 396ab49
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 396ab49

Please sign in to comment.