DEV Community

Discussion on: Serverless circuit breakers with Durable Entities

Collapse
 
dank_army profile image
John Mason

Hi Bryden

"We would want to somehow throttle the message queue to consume as many DTUs as possible"

Isn't this just limiting the number of items in the batch read from the queue based on load test from a perf environment? You could even make the number configurable and set it externally from scaling logic on your Azure SQL db