forked from elastic/kibana
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[8.x] [Response Ops][Task Manager] change task claiming interface to …
…stop using observables (elastic#196196) (elastic#197996) # Backport This will backport the following commits from `main` to `8.x`: - [[Response Ops][Task Manager] change task claiming interface to stop using observables (elastic#196196)](elastic#196196) <!--- Backport version: 9.4.3 --> ### Questions ? Please refer to the [Backport tool documentation](https://github.com/sqren/backport) <!--BACKPORT [{"author":{"name":"Ying Mao","email":"[email protected]"},"sourceCommit":{"committedDate":"2024-10-28T13:24:34Z","message":"[Response Ops][Task Manager] change task claiming interface to stop using observables (elastic#196196)\n\nResolves https://github.com/elastic/kibana/issues/184952\r\n\r\n## Summary\r\n\r\nChanging task claimers to return promises instead of observables. This\r\nis a code refactor and should not have any effect on task claiming\r\nfunctionality.\r\n\r\n---------\r\n\r\nCo-authored-by: Elastic Machine <[email protected]>","sha":"aceb5debdba66c2d34e6358fe2a11c015a09eac8","branchLabelMapping":{"^v9.0.0$":"main","^v8.17.0$":"8.x","^v(\\d+).(\\d+).\\d+$":"$1.$2"}},"sourcePullRequest":{"labels":["release_note:skip","Feature:Task Manager","Team:ResponseOps","v9.0.0","backport:prev-minor","v8.17.0"],"title":"[Response Ops][Task Manager] change task claiming interface to stop using observables ","number":196196,"url":"https://github.com/elastic/kibana/pull/196196","mergeCommit":{"message":"[Response Ops][Task Manager] change task claiming interface to stop using observables (elastic#196196)\n\nResolves https://github.com/elastic/kibana/issues/184952\r\n\r\n## Summary\r\n\r\nChanging task claimers to return promises instead of observables. This\r\nis a code refactor and should not have any effect on task claiming\r\nfunctionality.\r\n\r\n---------\r\n\r\nCo-authored-by: Elastic Machine <[email protected]>","sha":"aceb5debdba66c2d34e6358fe2a11c015a09eac8"}},"sourceBranch":"main","suggestedTargetBranches":["8.x"],"targetPullRequestStates":[{"branch":"main","label":"v9.0.0","branchLabelMappingKey":"^v9.0.0$","isSourceBranch":true,"state":"MERGED","url":"https://github.com/elastic/kibana/pull/196196","number":196196,"mergeCommit":{"message":"[Response Ops][Task Manager] change task claiming interface to stop using observables (elastic#196196)\n\nResolves https://github.com/elastic/kibana/issues/184952\r\n\r\n## Summary\r\n\r\nChanging task claimers to return promises instead of observables. This\r\nis a code refactor and should not have any effect on task claiming\r\nfunctionality.\r\n\r\n---------\r\n\r\nCo-authored-by: Elastic Machine <[email protected]>","sha":"aceb5debdba66c2d34e6358fe2a11c015a09eac8"}},{"branch":"8.x","label":"v8.17.0","branchLabelMappingKey":"^v8.17.0$","isSourceBranch":false,"state":"NOT_CREATED"}]}] BACKPORT--> Co-authored-by: Ying Mao <[email protected]>
- Loading branch information
1 parent
16cd659
commit 15aa7b4
Showing
10 changed files
with
515 additions
and
539 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.