lazycelery
TUI for monitoring and managing Celery workers and tasks
TLDR
SYNOPSIS
lazycelery [command] [options]
DESCRIPTION
lazycelery is a terminal UI for monitoring and managing Celery workers and tasks, inspired by lazydocker and lazygit. It provides a keyboard-driven interface to switch between worker, queue, and task views, showing how many tasks are in each queue and what each worker is doing.Features include real-time worker monitoring, queue management with message counts, task listing with status tracking, search and filter capabilities, task retry and revoke functionality, and queue purge operations.
PARAMETERS
--broker URL
Override the broker URL for this session.--config FILE
Use a custom configuration file.
CAVEATS
Currently supports Redis-based Celery brokers. Requires a running Celery infrastructure to connect to. Install via `cargo install lazycelery` or Homebrew.
HISTORY
lazycelery was created by Fguedes90 and is written in Rust.
SEE ALSO
lazydocker(1)
