Logotipo Hedhog

Get Hedhog updates in your inbox

New releases, fresh recipes, and breaking changes — no spam.

queue Submodule

queues

CRUD for logical queue definitions used to organize job traffic by slug and display name.

Source path: libraries/queue/src/queue.controller.ts

Module file: queue.module.ts

Introduction

The Queues submodule manages the top-level queue catalog. These records represent the logical channels jobs are routed through, separate from queue definitions and worker processes.

It is the smallest administrative surface in the Queue package, but it underpins every other area because jobs, definitions, and worker coordination all reference queue names or slugs configured here.

HTTP Endpoints

5 endpoints

List queues.

Get one queue.

Params
id (int)

Create a queue.

Update a queue.

Params
id (int)

Delete queues in bulk.

Body

FieldTypeRequiredNotes
idsnumber[]yes