SQS Daemon by AWS
NodeJS workers in AWS EBS
SQS Daemon by AWS
nginx
sits betweensqsd
and workers for no good reason!Its presence creates more issues:
5xx
errors that claim "loss of connection to upstream server"connection errors like
ECONNRESET
and various other socket hangup problems
sqsd
itself is quite buggy toomessages end up on dead letter queue (
DLQ
) despite the worker reporting200 OK
for success.
Last updated