Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[Response Ops][Task Manager] Add bulk update function that directly u…
…pdates using the `esClient` (#191760) Resolves #187704 ## Summary Creates a new `bulkPartialUpdate` function in the `task_store` class that uses the ES client to perform bulk partial updates instead of the Saved Objects client. Updates the update in the `mget` task claimer to use this new function. ## To verify Run this branch with the `xpack.task_manager.claim_strategy: 'mget'` and ensure that all tasks are running as expected. --------- Co-authored-by: kibanamachine <[email protected]>
- Loading branch information