Reference
Queue API
3min
The Queue service provides the ability to perform background processing without having to manage your own queue servers. It works great for serverless implementations that need to offload short-lived processes to prevent slow-running transactions for the client application.
- Sending an email
- Sending an SMS message
- Notifying another system about an event, sentry, salesforce, etc
- queue - is a local adapter that is meant for development use - https://nest.land/package/hyper-adapter-queue
- sqs - is an AWS adapter that requires an amazon web services account to use - https://nest.land/package/hyper-adapter-sqs
Updated 03 Mar 2023
Did this page help you?