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.

[QUERY] Azure Service Bus Sender Throttling

See original GitHub issue

Query/Question

I’m in the process of upgrading some client code from MS.Azure.ServiceBus to Azure.Messaging.ServiceBus. The code surrounding the previous SDK added a throttling behaviour of 5000 msg/s for all tiers. It has been claimed they have seen effects in the past on the premium tier even with 8 mu to be throttled when they surpassed that rate despite CPU and memory being fairly stable and below 50%. Now I wonder if I can replace the hard coded value with some better more dynamic behaviour or if this code is even still needed. If you could share some insights / ideas I would highly appreciate it

Environment:

  • Name and version of the Library package used: Microsoft. Azure. ServiceBus 5.x (latest)
  • Hosting platform or OS and .NET runtime version (dotnet --info output for .NET Core projects): net5
  • IDE and version : [e.g. Visual Studio 16.3]

Issue Analytics

  • State:closed
  • Created 2 years ago
  • Comments:8 (5 by maintainers)

github_iconTop GitHub Comments

1reaction
danielmarbachcommented, Aug 20, 2021

@jsquire correct. I raised it here as well because maybe there is something in the SDK that I’m missing that could help too.

0reactions
msftbot[bot]commented, Nov 3, 2021

Hi @danielmarbach, since you haven’t asked that we “/unresolve” the issue, we’ll close this out. If you believe further discussion is needed, please add a comment “/unresolve” to reopen the issue.

Read more comments on GitHub >

github_iconTop Results From Across the Web

Best practices for improving performance using Azure ...
Goal: Maximize the receive rate of a queue or subscription with a large number of receivers. Each receiver receives messages at a moderate...
Read more >
Being Throttled by Azure Service Bus
I'm getting the below exception in Windows Azure when I attempt to retrieve messages from the service bus. Microsoft.ServiceBus.Messaging.
Read more >
Azure Service Bus Throttling conditions
When sending messages in transactions, the limit is 100 messages per transaction, both for synchronous and asynchronous calls. When trying to ...
Read more >
Throttling and Availability over Windows Azure Service Bus
Throttling and Availability over Windows Azure Service Bus · The state and order is guaranteed only in the first queue. · Messages are...
Read more >
Azure Service Bus Monitoring Tools
Applications Manager's Azure Service Bus monitoring tool helps to track ... Throttled Requests, The number of requests that were throttled because the usage ......
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