persistent-scheduler

Crates.iopersistent-scheduler
lib.rspersistent-scheduler
version0.5.3
created_at2024-11-01 11:51:30.647225+00
updated_at2025-03-15 08:21:38.392888+00
descriptionA high-performance task scheduling system developed in Rust using Tokio. This system supports task persistence, repeatable tasks, Cron-based scheduling, and one-time tasks, ensuring reliability and flexibility for managing time-based operations in various applications.
homepage
repositoryhttps://github.com/inboxsphere/persistent-scheduler
max_upload_size
id1431706
size147,183
rustmailer (rustmailer)

documentation

https://docs.rs/persistent-scheduler/0.5.3/

README

Rust Persistent Task Scheduling System

Overview

A high-performance task scheduling system developed in Rust using Tokio. This system supports task persistence, repeatable tasks, Cron-based scheduling, and one-time tasks, ensuring reliability and flexibility for managing time-based operations in various applications.

Features

  • Task Persistence: All task information and states are stored persistently, allowing for quick restoration after process restarts.
  • Repeatable Tasks: Define tasks that execute at specified intervals.
  • Cron Jobs: Schedule tasks using Cron syntax for precise timing control.
  • One-Time Tasks: Support for tasks that need to be executed only once.
  • Asynchronous Execution: Built on Tokio for efficient asynchronous task management.

Example

  1. Basic Example
  2. NativeDB Example
  3. Periodic Example

License

The MIT License

Commit count: 42

cargo fmt