- Package Name: azure-storage-queue
- Package Version: 12.1.3
- Operating System: mac / linux
- Python Version: 3.8.3
Describe the bug
When retrieving messages from a storage queue with:
receive_messages(messages_per_page=<SOME NUMBER>)
I get the entire queue back regardless of SOME NUMBER.
this is in contrast with expected behaviour and this method's docs.
To Reproduce
Steps to reproduce the behavior:
- run receive_messages on some queue with kw arg messages_per_page.
Expected behavior
return of messages_per_page messages (if exists).

Additional context
This is not additional context - but I'm also facing a weird issue that whenever I run receive_messages I have to wait for about 30 seconds to run it again to get results (if I run it sooner I get no results back) - anyone knows anything about this?
Thanks!
Describe the bug
When retrieving messages from a storage queue with:
receive_messages(messages_per_page=<SOME NUMBER>)I get the entire queue back regardless of SOME NUMBER.
this is in contrast with expected behaviour and this method's docs.
To Reproduce
Steps to reproduce the behavior:
Expected behavior
return of messages_per_page messages (if exists).
Additional context
This is not additional context - but I'm also facing a weird issue that whenever I run receive_messages I have to wait for about 30 seconds to run it again to get results (if I run it sooner I get no results back) - anyone knows anything about this?
Thanks!