Skip to content

mod_scheduler

Germán Luis Aracil Boned edited this page Apr 6, 2026 · 1 revision

mod_scheduler

Category: System & Monitoring | Version: v1.0.0 | Source: modules/mod_scheduler/mod_scheduler.c

Description

One-shot delayed task scheduler. Tasks execute once at a specific time. Complement to mod_cron intervals. Useful for deferred actions, timeouts, and reminders.

Paths

Path Method Description
/scheduler/tasks GET List pending tasks
/scheduler/add ACTION Schedule a one-shot task
/scheduler/cancel ACTION Cancel a pending task

Clone this wiki locally