Queue API
4min
A hyper Queue service is a powerful queue that gives your application the ability to distribute functionality across processes by dispatching a task to a worker endpoint. It is great for event driven, or serverless implementations that need to offload short-lived processes to prevent slow-running transactions for the client application
Create a queue and provide a worker endpoint to send your jobs to, for processing, and then start enqueuing jobs. hyper queue then sends these jobs to your worker url.
Use Cases
- Sending an email
- Sending an SMS message
- Notifying another system about an event, sentry, salesforce, etc
Queue Management
- ο»Ώο»ΏPost a Job/Task
- ο»Ώο»ΏGet Jobs from queue
Basics
hyper queue sequence diagram
ο»Ώ
ο»Ώ
Updated 03 Nov 2022
Did this page help you?
Yes
No