#task-scheduling #persistence #tokio #reliability #operations #applications #process

persistent-scheduler

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.

17 releases (4 breaking)

new 0.5.3 Mar 15, 2025
0.4.1 Mar 14, 2025
0.2.1 Dec 1, 2024
0.2.0 Nov 24, 2024

#363 in Operating systems

Download history 164/week @ 2024-11-23 134/week @ 2024-11-30 16/week @ 2024-12-07 3/week @ 2024-12-14 135/week @ 2024-12-28 34/week @ 2025-01-04 3/week @ 2025-01-11 3/week @ 2025-02-01 99/week @ 2025-02-08 25/week @ 2025-02-15 16/week @ 2025-02-22 19/week @ 2025-03-01 282/week @ 2025-03-08

378 downloads per month

Custom license

105KB
2K SLoC

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

Dependencies

~7–15MB
~176K SLoC