question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Abnormal request count to Azure Queue when the host Starts

See original GitHub issue

Use Durable Functions, There are unusually many specific requests to Azure Queue when the host starts up. The same behavior at HttpTrigger sample.

image

I think the DurableTask’s BackoffPollingHelper is executing GET requests to queue with no weights in 5 seconds.

Issue Analytics

  • State:closed
  • Created 5 years ago
  • Comments:15 (1 by maintainers)

github_iconTop GitHub Comments

4reactions
cgillumcommented, Oct 16, 2018

This fix will go out with the next release. I expect it will result in a significant reduction in queue transactions.

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found