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.

serviceBusService.receiveSubscriptionMessage performance issue in v0.10.3

See original GitHub issue

I have an app that makes around 25 simultaneous calls to serviceBusService.receiveSubscriptionMessage using something like the following:

serviceBusService.receiveSubscriptionMessage(topic, subscription, { isPeekLock: true, timeoutIntervalInS: 60 }, callback)

When I have topics that have a large amount of messages the throughput is fine with v0.10.2. In v0.10.3 the throughput drops to around 1 message per minute.

Issue Analytics

  • State:closed
  • Created 9 years ago
  • Comments:5

github_iconTop GitHub Comments

1reaction
freshlogiccommented, Mar 15, 2017

We’ve been using v0.10.6 without this issue.

0reactions
satowine1commented, Sep 19, 2018

Same here with 0.10.6, 1 min per message. It’s useless for now. Any suggestions?

Read more comments on GitHub >

github_iconTop Results From Across the Web

No results found

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