> For the complete documentation index, see [llms.txt](https://shoppinpal.gitbook.io/docs-shoppinpal-com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://shoppinpal.gitbook.io/docs-shoppinpal-com/9.-queues-and-workers/nodejs-workers-in-aws-ebs/sqs-daemon-in-nodejs.md).

# SQS Daemon in NodeJS

## NodeJS workers in AWS EBS

### SQS Daemon in NodeJS

1. Does not work well when there are more messages than workers.
   * It either does not know: `How to wait for success on current request to workers before sending more messages to workers for processing`
   * or we did not know how to properly configure it!
2. *to be determined...*
