Logotipo Hedhog

Get Hedhog updates in your inbox

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

queue Submodule

workers

Worker fleet inspection and control, including config updates and offline cleanup.

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

Module file: queue.module.ts

Introduction

Workers are the active processing nodes that consume jobs from queues. This submodule exposes a small but important control plane for listing workers, updating their config, and cleaning up workers that have gone offline.

The endpoints are operational rather than business-facing and are most relevant for teams running queue-heavy workloads or debugging distributed processing issues.

HTTP Endpoints

5 endpoints

List workers.

Get one worker.

Params
id (int)

Update worker configuration.

Params
id (int)

Remove all offline workers.

Delete one worker record.

Params
id (int)