Azure / Azure/durabletask

Properly throttle Azure Storage requests in DurableTask.AzureStorage

Open
#515 1 comment 0 reactions 0 assignees View on GitHub
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.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.