schedule-rs icon indicating copy to clipboard operation
schedule-rs copied to clipboard

An in-process scheduler for periodic jobs. Schedule lets you run Rust functions on a cron-like schedule.

Results 12 schedule-rs issues
Sort by recently updated
recently updated
newest added

Documentation beyond what's on the readme.

enhancement

Limits; It'd be nice for a Job to to have a general execution limit to support one-shot tasks

enhancement