Schedule tasks on tokio using cron-like annotation, at an instant or repeat them at a fixed duration. Tasks can optionally be persisted using PostgreSQL or Nats.
# Cargo.toml
[dependencies]
tokio-cron-scheduler = "0.15.1"No compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Start a job scheduler with tokio runtime.
Ensure you have a tokio runtime (e.g., #[tokio::main]).
No dependency data recorded yet.