workflow-core icon indicating copy to clipboard operation
workflow-core copied to clipboard

7k requests a minute to azure blob storage

Open essial opened this issue 9 months ago • 0 comments

Describe the bug I have a 4-node setup that utilizes Azure ServiceBus event hub, AzureSynchronization, and CosmosDbPersistance. Under minimal load (eg no active workflows) I'm getting a constant throughput of 7,000 requests to azure blob storage, consuming about 8mb per minute. Specifically it's calls to GetMessageRead that's happening.

To Reproduce Create a workflow core service in Kubernetes with multiple nodes, utilizing all features of the azure extensions.

Expected behavior Less than 7k transactions a minute on an idle workflow instance.

Additional context It will bump up to 10k requests when busy, but only ever drops back down to 7k a minute.

essial avatar May 21 '24 13:05 essial