Skip to main content

A UI centric tool for visualising Celery task execution.

Project description

CeleryViz

A UI-centric tool for visualising Celery task execution.

PyPI License Docs Docker Image Ask DeepWiki

Debugging async Celery tasks usually means combing through log files. CeleryViz gives you a real-time visual trace of your task execution flow instead, so you can spot bottlenecks, failures, and task chains at a glance.

👉 Try the Live Demo

Watch on YouTube

📖 Read the Docs

Quick Start

Using Python library

pip install celeryviz
celery -A your_app celeryviz

Or using Docker image (with your existing Celery app)

docker pull bhavyatech/celeryviz:latest
docker run -p 9095:9095 -v $PWD:/app bhavyatech/celeryviz:latest celery -A your_app celeryviz

Or using Docker image (with broker URL)

docker pull bhavyatech/celeryviz:latest
docker run -p 9095:9095 bhavyatech/celeryviz:latest celery --broker='<broker_url>' celeryviz

Then open http://localhost:9095/app/ in your browser.

📖 Full installation & setup guide →

What it does

  • Visualises task flow: See tasks, their states, and execution order in a clean UI
  • Real-time updates: Watch tasks progress live as your workers process them
  • Zero code changes: Plug in via CLI, works with your existing Celery app
  • Flexible deployment: Run as a Python package or a Docker container

Contributing

Contributions are welcome! Please read CONTRIBUTING.md before submitting a PR.
For issues or feature requests, open a GitHub Issue.

License

Apache 2.0

Reporting violations

Instances of abusive, harassing, or otherwise unacceptable behavior may be reported to the community leaders responsible for enforcement at bhavyapeshavaria@gmail.com. All complaints will be reviewed and investigated promptly and fairly.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

celeryviz-1.0.0.tar.gz (12.2 MB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

celeryviz-1.0.0-py3-none-any.whl (12.3 MB view details)

Uploaded Python 3

File details

Details for the file celeryviz-1.0.0.tar.gz.

File metadata

  • Download URL: celeryviz-1.0.0.tar.gz
  • Upload date:
  • Size: 12.2 MB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.2.0 CPython/3.9.25

File hashes

Hashes for celeryviz-1.0.0.tar.gz
Algorithm Hash digest
SHA256 f4df5d8117c9874ead9930e2e29c34ead52b0c49690205af9bf13786c933daef
MD5 455ea7185f19b8f8768e4c6b8ac9c22d
BLAKE2b-256 66c74eabe0c7313073555048daaf756c80e00dfd44548a3ed2b116e31246c827

See more details on using hashes here.

File details

Details for the file celeryviz-1.0.0-py3-none-any.whl.

File metadata

  • Download URL: celeryviz-1.0.0-py3-none-any.whl
  • Upload date:
  • Size: 12.3 MB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.2.0 CPython/3.9.25

File hashes

Hashes for celeryviz-1.0.0-py3-none-any.whl
Algorithm Hash digest
SHA256 4a77254c0c481602cd79c5a3eef0b900587e44ad09f3d79dc465e66101a68b2a
MD5 0bdb537eb311e7e8fd0bc37c8fcebf39
BLAKE2b-256 493a1ffff8cbe3a1825e15cdb18bfc9759bcdf2551a666887d350f9712e46e79

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page