A TUI for monitoring and managing Celery workers and tasks.
LazyCelery is a terminal-based user interface for monitoring and managing Celery workers and tasks, designed in the spirit of popular tools like lazydocker and lazygit. It provides real-time visibility into your Celery infrastructure through an intuitive keyboard-driven interface that displays worker status, queue management with message counts, and comprehensive task tracking.
The tool excels at making Celery monitoring accessible and efficient through features like search and filter capabilities, automatic configuration file management, and helpful error messages with setup guidance. Users can seamlessly switch between different views (workers, queues, tasks) using simple keyboard shortcuts, making it easy to get a complete picture of their distributed task processing system.
LazyCelery is ideal for developers and DevOps engineers who work with Celery-based applications and need a quick, comprehensive way to monitor their task queues and workers without switching between multiple tools or diving into complex monitoring dashboards. The interactive CLI configuration and subcommands make it particularly user-friendly for teams that want to standardize their Celery monitoring workflow.
# via Homebrew
brew tap Fguedes90/tap && brew install lazycelery
# via Cargo
cargo install lazycelery


