qrush 1.0.0

Lightweight Job Queue and Task Scheduler for Rust (Actix + Redis + Cron)
Documentation
1
2
3
4
5
6
7
8
9
10
11
pub mod runner_service;

// Dashboard services (Actix + Tera). Only compiled with the `dashboard` feature.
#[cfg(feature = "dashboard")]
pub mod metrics_service;
#[cfg(feature = "dashboard")]
pub mod template_service;
#[cfg(feature = "dashboard")]
pub mod cron_service;
#[cfg(feature = "dashboard")]
pub mod basic_auth_service;