celers-beat 0.2.0

Periodic task scheduler for CeleRS (Celery Beat equivalent)
Documentation
1
2
3
4
5
6
7
8
9
10
//! Test suite for celers-beat
//!
//! Tests are split into submodules by functionality:
//! - tests_schedule: Schedule types, task basics, scheduler, persistence, jitter, catch-up, groups, retry
//! - tests_execution: Execution history, health checks, metrics, statistics, versioning, dependencies
//! - tests_advanced: Lock manager, conflict detection, timezone, scheduler loop, WFQ, heartbeat

mod tests_advanced;
mod tests_execution;
mod tests_schedule;