7min
Queue API
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ο»Ώ
- Build an adapter, see - Building your own adapter
ο»Ώ
ο»Ώ
ο»Ώ
ο»Ώ