Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

DelayedMessagesPoller polls too often when no delayed messages are around #324

Closed
timbussmann opened this issue Jul 5, 2018 · 5 comments
Labels

Comments

@timbussmann
Copy link
Contributor

When enabling debug level logging, you'll notice that the DelayedMessagesPoller reports a polling attempt multiple times per second, even when no delayed message is around. Looking at the implementation, at first glance it doesn't look like the poller is supposed to behave that way and talking to @SeanFeldman confirmed that assumption further.

This has been brought up via support case from a customer noticing the polling attempts to his storage account. I've verified this behavior using the ASQ transport sample and changing the log level to debug.

ping @Particular/azure-maintainers

@Scooletz
Copy link
Contributor

#326 provides a fix for it

@danielmarbach danielmarbach changed the title DelayedMessagesPoller polls too often DelayedMessagesPoller polls too often when no delayed messages are around Jul 12, 2018
@danielmarbach
Copy link
Contributor

Fixed and released as part of 7.5.4 and 8.0.1

@gcobasmegia
Copy link

Hi Daniel,

Do we necessarily have to wait for NServiceBus 7.5.4 to apply this patch? or are we ok with just
using NServiceBus.Azure.Transports.WindowsAzureStorageQueue 8.0.1?

@danielmarbach
Copy link
Contributor

@gcobasmegia

Sorry for the confusion. The version numbers you see above are for

NServiceBus.Azure.Transports.WindowsAzureStorageQueue 7.5.4
NServiceBus.Azure.Transports.WindowsAzureStorageQueue 8.0.1

so if you are on 8.0.0 upgrade to 8.0.1. Does that make things clearer?

@gcobasmegia
Copy link

Yes, very clear. Thanks a lot!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

4 participants