bbc / sqs-consumer

Build Amazon Simple Queue Service (SQS) based applications without the boilerplate
https://bbc.github.io/sqs-consumer/
Other
1.71k stars 330 forks source link

v5.8.0 if send message to sqs queue on other pc #450

Closed geetee24 closed 5 months ago

geetee24 commented 5 months ago

Describe the bug

  1. v5.8.0 if send message to sqs queue on other pc.
  2. then start consumer.create(), it takes a 30 seconds exactly for the lib to get the first sqs message. Subsequent messages arrive in 1 second. why the 30 second delay?

Your minimal, reproducible example

no link

Steps to reproduce

  1. v5.8.0 if send message to sqs queue on other pc.
  2. then start consumer.create(), it takes a 30 seconds exactly for the lib to get the first sqs message. Subsequent messages arrive in 1 second. why the 30 second delay?

Expected behavior

1st message should arrive in 30 seconds

How often does this bug happen?

Every time

Screenshots or Videos

none

Platform

windows

Package version

5.8.0

AWS SDK version

v2

Additional context

none

nicholasgriffintn commented 5 months ago

Without a reproduction, nothing can be done here, but also, this library isn't supporting past 5.8.0 anymore as we have moved to the v3 SDK.

Feel free to open a discussion if you'd like to discuss further, but this is not something we can handle in the issues.

github-actions[bot] commented 4 months ago

This issue has been closed for more than 30 days. If this issue is still occuring, please open a new issue with more recent context.