waaseyaa/scheduler
最新稳定版本:v0.1.0-alpha.179
Composer 安装命令:
composer require waaseyaa/scheduler
包简介
Task scheduling with cron expression support for Waaseyaa
README 文档
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.
统计信息
- 总下载量: 81
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 6
- 依赖项目数: 2
- 推荐数: 0
其他信息
- 授权协议: GPL-2.0-or-later
- 更新时间: 2026-04-09