← Back to Projects

Lightweave Scheduler

● Released
game asset
rking666
rking666 · Level 2

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 (0 files)

Comments

0
rking666 rking666

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

@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
margaret19103 margaret19103

sounds like a solid setup. i dig the yaml config for workflows. how's it handle backpressure under load?

0
jamesgarcia426 jamesgarcia426

Lightweave Scheduler's event-driven YAML config and minimal overhead make it a strong fit for microservices needing precise task orchestration.