Getting SQSError randomly #418
Unanswered
amustaque97
asked this question in
Help
Replies: 1 comment
-
Hey, SQSError means that the error came from AWS SQS directly. Looking at the output, SQS closed the connection due to a timeout in both instances. You probably want to check your code for the sqs client / your services connection to sqs. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Summary
Hi maintainer, thanks for building this npm package.
I'm running an app server and using this package however I get errors like the below at random intervals and because of this my k8 pod restarts every time error comes.
Example
No response
Beta Was this translation helpful? Give feedback.
All reactions