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
API Reference (hyper cloud)

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?
PREVIOUS
Delete Object
NEXT
Post a Job/Task
Docs powered by
Archbee
TABLE OF CONTENTS
Use Cases
Queue Management
Basics
Docs powered by
Archbee