Abnormal request count to Azure Queue when the host Starts
See original GitHub issueUse Durable Functions, There are unusually many specific requests to Azure Queue when the host starts up. The same behavior at HttpTrigger sample.

I think the DurableTask’s BackoffPollingHelper is executing GET requests to queue with no weights in 5 seconds.
Issue Analytics
- State:
- Created 5 years ago
- Comments:15 (1 by maintainers)
Top Results From Across the Web
Smart Detection of Failure Anomalies in Application Insights
Alerts you to unusual changes in the rate of failed requests to your web app, and provides diagnostic analysis. No configuration is needed....
Read more >Best practices for monitoring Azure Queue Storage
You can monitor the message count for all queues in a storage account by using the QueueMessageCount metric. This metric is refreshed daily....
Read more >Configure monitoring for Azure Functions
Learn how to connect your function app to Application Insights for monitoring and how to configure data collection.
Read more >Monitor executions in Azure Functions
Learn how to use Azure Application Insights with Azure Functions to monitor function executions.
Read more >Get started with autoscale in Azure - Azure Monitor
Open the Autoscale pane in Azure Monitor and select a resource that you want to scale. · The current instance count is 1....
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found

This fix will go out with the next release. I expect it will result in a significant reduction in queue transactions.
Thanks.
sleepToWaitRatiois specified as 0.1 by default, it is actually 5 seconds no waiting?https://github.com/Azure/durabletask/blob/f9cc450539b5e37c97c19ae393d5bb1564fda7a8/src/DurableTask.AzureStorage/BackoffPollingHelper.cs#L35
https://github.com/Azure/durabletask/blob/f9cc450539b5e37c97c19ae393d5bb1564fda7a8/src/DurableTask.AzureStorage/BackoffPollingHelper.cs#L77-L82