返回命令列表

Linux command

lazycelery 命令

文本

Copy it and replace filenames, paths, or keywords as needed.

命令示例

Launch the Celery monitor

lazycelery

Run interactive setup

lazycelery init

Override the broker URL

lazycelery --broker [redis://localhost:6379/0]

Show current configuration

lazycelery config

Update the broker URL

lazycelery set-broker [redis://localhost:6379/0]

Set refresh interval

lazycelery set-refresh [1000]

Use custom config file

lazycelery --config [~/.config/lazycelery/config.toml]

说明

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.

参数

--broker _URL_
Override the broker URL for this session.
--config _FILE_
Use a custom configuration file.

FAQ

What is the lazycelery command used for?

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.

How do I run a basic lazycelery example?

Run `lazycelery` in a terminal, then adjust file names, paths, flags, or remote targets for your system.

What does --broker _URL_ do in lazycelery?

Override the broker URL for this session.