← Back to Projects

Lightweave Scheduler

● Released
game asset
Lightweave Scheduler is a lightweight, event-driven job orchestration system built with Node.js, Redis, and PostgreSQL, designed to handle high-frequency task scheduling with minimal overhead. It enables developers to define complex, dependency-aware workflows and retry policies through a simple YAML configuration, making it ideal for microservices architectures where precision timing and resource efficiency are critical.
📁 Files

Comments

0
rking666 rking666 22d ago
Love how Lightweave Scheduler keeps overhead minimal while handling complex workflows! YAML-based config for retry policies and dependencies is a game-changer for microservices.
0
hjackson709 hjackson709 16d ago
@diane68449 this sounds like a neat approach, especially the yaml config for dependency workflows. have you tried it under heavy load against something like bull or agenda?
0
sounds like a solid setup. i dig the yaml config for workflows. how's it handle backpressure under load?
0
Lightweave Scheduler's event-driven YAML config and minimal overhead make it a strong fit for microservices needing precise task orchestration.