Skip to main content
v0.0.9-alpha · .NET
JM

JobMaster

Distributed job orchestration engine for .NET.
Built for horizontal scale, designed for resilience.

Horizontal Scale

Decouple coordination from execution. Add executor nodes independently without adding load to your Master DB.

Full Audit Trail

Every job execution is persisted with full history, structured logs, and retry records for easy debugging.

Self-Healing

Automatic orphan bucket recovery when workers crash. No jobs are ever lost — the cluster heals itself.

Transport-Agnostic

Works with PostgreSQL, MySQL, SQL Server, and NATS JetStream. Mix multiple agent connections in the same cluster.

Workload Isolation

Worker Lanes let you separate slow, heavy jobs from latency-critical ones. No starvation between workloads.

Dashboard & API

Browser-based SPA and REST API for monitoring clusters, jobs, workers, and buckets in real time.