Performance test the alternative task claimer that uses client-side updates w/ mget to prune stale docs #181326
Labels
Feature:Task Manager
Team:ResponseOps
Label for the ResponseOps team (formerly the Cases and Alerting teams)
Part of #155770
Feature Description
Change the task manager task claiming algorithm to use a _search to retrieve candidate tasks, a _mget to prune the docs whose version number doesn't match, and then a _bulk to claim the tasks. This will increase the background task capacity in Serverless.
Business Value
Increased background task capacity, reducing the COGS for running alerting rules and actions, and providing a lower MTTD/MTTR.
Definition of Done
The text was updated successfully, but these errors were encountered: