Skip to content

pixel-queue kpm/pixel-queue verified

A tiny, Redis-backed job queue with a built-in pixel-art status dashboard.

$kpm install pixel-queue

Overview

pixel-queue wraps a small, well-understood Redis job queue with an opinionated, low-effort status dashboard so small teams can see what is running without standing up a monitoring stack.

Usage

const queue = require("pixel-queue")("emails");nqueue.process(job => sendEmail(job.data));nqueue.add({ to: "[email protected]" });

License

See the package license field in the sidebar. Published under the Kings Package Manager registry terms.