We use both taskStore.msearch and taskstore.bulkPartialUpdate to claim the task in strategy_mget, but we only pass the errors returned by taskStore.msearch as shown here.
We should pass the bulkPartialUpdate errors as well, so they could be used for backpressure calculation in createManagedConfiguration
We use both
taskStore.msearch
andtaskstore.bulkPartialUpdate
to claim the task instrategy_mget
, but we only pass the errors returned bytaskStore.msearch
as shown here.We should pass the
bulkPartialUpdate
errors as well, so they could be used for backpressure calculation in createManagedConfiguration