kafru 1.0.4

kafru is a Python Celery-inspired queuing library for Rust, using cron for scheduling and SurrealDB for storing queues, metrics, and schedules.
Documentation
1
2
3
4
5
6
7
8
9
10
11
pub mod test_helper;
pub mod test_queue;
pub mod test_database;
pub mod test_task_handler;
pub mod test_worker;
pub mod test_cron_schedule;
pub mod test_schedule;
pub mod test_scheduler;
pub mod test_manager;
pub mod test_command;
pub mod test_agent;