OqronKit
/projects/oqronkit

OqronKitbuild dossier

Node.jsTypeScriptRedisPostgreSQLEvent-Driven ArchitectureObservability
build.metadata
RoleCreator & Maintainer
Duration2026
StatusPublished on npm
TelemetryActive
overview

A crash-safe, adapter-driven background job engine for Node.js. Provides task queues, distributed workers, schedulers, rate limiters, caching, and pub/sub built on a shared adapter layer allowing seamless scaling from in-memory to Redis or PostgreSQL.

implementation.notes
1Built for production from day one with one cohesive TypeScript engine.
2Adapter-driven architecture: Memory for dev, Redis or Postgres for production.
3Crash-safe by default: heartbeat locks, automatic stall detection, and job reclamation.
4Extensive module ecosystem: Task Queue, Distributed Worker, Scheduler, PubSub, Webhooks, and more.
readonlyconnected
design.principles

Adapter-driven

Start in memory and scale to Redis or Postgres with zero code changes.

Crash-safe

Heartbeat locks and automatic stall detection ensure your jobs are never lost.

Horizontal Scaling

Scales natively across processes and machines with sharded leader election.

system.architecture
// Shared Adapter Layer

Unified contracts across memory, Redis, and PostgreSQL backends.

// Crash Recovery Engine

Automatic stall detection and job reclamation within ~15 seconds of process failure.

// Distributed Modules

Queues, Schedulers, Rate Limiters, and PubSub operating natively across distributed nodes.

previousSchool Council Election SystemnextRollease

Want to discuss a similar build?

Use this project as a reference point and send the workflow, timeline, and constraints you care about most.

open contact.env
RT