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
9
10
11
12
13
14
15
16
17
18
# LazyCelery Configuration Example

[broker]
# Redis broker URL
url = "redis://localhost:6379/0"

# Connection timeout in seconds
timeout = 30

# Number of retry attempts for failed connections
retry_attempts = 3

[ui]
# Data refresh interval in milliseconds
refresh_interval = 1000

# UI theme (currently only "dark" is supported)
theme = "dark"