-
Notifications
You must be signed in to change notification settings - Fork 54
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
Connection to SQS does not recover? #9
Comments
Hi @thehappycoder , |
Same problem, any quick resolutions available? |
Make sure you have an
|
The param name is confusing for this decorator, should be queueName. |
please see issue #42 -- if the promise doesn't resolve it will deadlock until reboot. there needs to be a TTL that will force reset the loop |
After an app loses connection with SQS, it's unable to recover it once the Internet connection is back.
I've noticed this when I left my app running on my laptop overnight (with wifi off) and opened it in the morning to find this:
This is fine but when the wifi is back on, and I push events to the queue, the app doesn't seem to be consuming anything.
The text was updated successfully, but these errors were encountered: