website logo
⌘K
πŸ–οΈIntroduction to hyper cloud
🍎Getting Started
😍What's New
Legacy Get Migration Guide
Blueberry Migration Guide
πŸ’ͺWorkshops
Deno Workshops
NodeJS Workshops
⚑Quickstarts
NodeJS Quickstarts
πŸ”ŒAPI Reference (hyper cloud)
🍎Basics
⚑hyper connect
πŸ”‘JWT Auth
πŸ’ΎData API
🏎️Cache API
πŸ”ŽSearch API
πŸ—„οΈStorage API
πŸ€“Queue API
πŸ”“Sign In
⚑Applications
βš™οΈSettings
πŸ”‘App Keys
πŸ‘₯Teams
Switching Between Accounts
Application Services
Application Service Instances
Adding a Queue Service
Adding a Search Service
Subscriptions
πŸ€‘Upgrade
πŸ“•Terminology
Parameters
πŸ’³Billing
Payment and Pricing Terms
πŸ’ΌLegal
Terms of Service
Acceptable Use Policy
Privacy Policy
πŸ•ΆοΈHyper Vision
Docs powered byΒ archbeeΒ 

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
hyper queue sequence diagram
ο»Ώ

ο»Ώ

Updated 03 Nov 2022
Did this page help you?
Yes
No
PREVIOUS
Delete Object
NEXT
Post a Job/Task
Docs powered byΒ archbeeΒ 
TABLE OF CONTENTS
Use Cases
Queue Management
Basics