appcore-scheduler 1.0.0

Bounded local task scheduler contracts for AppCore Runtime.
Documentation

appcore-scheduler

English guide | Guia em português | Guide français

Bounded one-shot, interval and cron execution plus deterministic Core placement.

Tasks have explicit limits, retry, cancellation and shutdown. This is a local scheduler, not a durable business workflow or distributed queue.

Admission is closed atomically with shutdown. Clock arithmetic for one-shot, interval and retry scheduling is checked and reports InvalidSchedule instead of panicking on an unrepresentable deadline.

cargo test -p appcore-scheduler