Properly throttle Azure Storage requests in DurableTask.AzureStorage
Open
- Dominant language
- C#
- Stars
- 1.7k
- Forks
- 335
- Avg merge
- 2d 23h
- Merged PRs (30d)
- 6
Description
AzureStorageOrchestrationServiceSettings has a setting MaxStorageOperationConcurrency, but this concurrency throttle is not done globally, it is applied per batch of storage operations, meaning the overall concurrency of storage operations for a given TaskHubWorker could be far higher.
This leads to issues on workers with limited outbound connections, like the Azure Functions consumption plan.
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.