[Task Manager] Perform true partial updates when claiming and releasing tasks #187704
Closed
3 tasks
Labels
Feature:Task Manager
Team:ResponseOps
Label for the ResponseOps team (formerly the Cases and Alerting teams)
When the mget does a bulkUpdate to change task statuses from
idle
toclaiming
orrunning
, it uses the task store's bulkUpdate. The bulkUpdate under the hood uses the saved-object repository which recently got changed to support downward-compatible updates (#152807) by performing a get + Kibana side update before callingindex
. These extra requests add latency to task runtime and load to Elasticsearch that we do not need when rolling upgrades isn't a concern for claiming and releasing tasks.Requirements
The text was updated successfully, but these errors were encountered: