[资源介绍]
GitHub - rustmailer/persistent-scheduler: A high-performance task scheduling system developed in Rust using Tokio, supporting task persistence, repeatable tasks, and Cron-based scheduling. The system ensures that tasks can be restored after process restarts, providing reliability and flexibility for managing time-based operations in various applications.
A high-performance task scheduling system developed in Rust using Tokio, supporting task persistence, repeatable tasks, and Cron-based scheduling. The system ensures that tasks can be restored after process restarts, providing reliability and flexibility for managing time-based operations in various applications. - rustmailer/persistent-scheduler
* persistent-scheduler
[persistent-scheduler] - 一个基于 Tokio 的高性能任务调度系统,提供任务持久化、可重复任务和基于 Cron 的调度,用于可靠的定时操作。