waaseyaa/scheduler

Task scheduling with cron expression support for Waaseyaa

Maintainers

Package info

github.com/waaseyaa/scheduler

pkg:composer/waaseyaa/scheduler

Statistics

Installs: 270

Dependents: 2

Suggesters: 0

Stars: 0

Open Issues: 0

v0.1.0-alpha.188 2026-05-21 02:01 UTC

README

Layer 0 — Foundation

Task scheduling with cron expression support for Waaseyaa.

Schedule is a registry of ScheduledTasks configured via the ScheduleBuilder fluent API. ScheduleRunner dispatches due tasks from bin/waaseyaa schedule:run (one cron tick) using Lock/-backed mutual exclusion so the same task does not run twice across overlapping ticks or multi-host deployments. Each invocation produces a ScheduleRunResult summarizing dispatched, skipped (locked), and failed task IDs.

Key classes: Schedule, ScheduleInterface, ScheduleBuilder, ScheduleRunner, ScheduleRunResult, ScheduledTask.