Get Hedhog updates in your inbox
New releases, fresh recipes, and breaking changes — no spam.
Queue Module Documentation
EnterpriseEnterprise module
queue is part of the HedHog Enterprise offering and requires a commercial license. Only the Core module is Open Source. Request a quote →
The Queue module provides HedHog’s asynchronous execution backbone: queues, definitions, jobs, workers, and autoscaling controls.
It is both a runtime dependency used by other libraries and an operational product area in its own right, with dashboards and control-plane endpoints for platform teams.
Submodules
5
HTTP endpoints
41
MCP tools
0
Source root
libraries/queue/src
queues
CRUD for logical queue definitions used to organize job traffic by slug and display name.
definitions
Runtime queue definitions controlling behavior such as pausing, resuming, and pending-job cancellation.
jobs
Job lifecycle management with metrics, history, retries, execution control, cleanup, and test enqueue flows.
workers
Worker fleet inspection and control, including config updates and offline cleanup.
scaling
Infrastructure-aware autoscaling dashboard and reconciliation endpoints for queue-backed workloads.