lazycelery 0.8.3

A terminal UI for monitoring and managing Celery workers and tasks, inspired by lazydocker/lazygit
Documentation
1
2
3
4
5
6
7
8
pub mod app;
pub mod broker;
pub mod config;
pub mod error;
pub mod models;
pub mod ui;
pub mod update;
pub mod utils;