Skip to main content

Real time celery monitoring using websockets

Project description

https://img.shields.io/pypi/v/wscelery.svg https://travis-ci.org/johan-sports/wscelery.svg?branch=master Documentation Status

Real time celery monitoring using websockets. Inspired by flower.

Requirements

  • Python >= 3.4

Installation

PyPI version (recommended):

$ pip install wscelery

Development version:

$ pip install https://github.com/johan-sports/wscelery/zipball/master

Usage

Launch the websocket listener on port 8001:

$ wscelery --port=8001

Or launch from celery:

$ celery wscelery -A proj --address=127.0.0.1 --port=8001

Broker URL and other configuration options can be passed through standard Celery options:

$ celery wscelery -A proj --broker=amqp://guest:guest@localhost:5672//

To see all command options use:

$ wscelery --help

Documentation

Full documentation can be found on Read The Docs.

Caveats

  • TLS encryption not (yet) supported

Contributing

If you want to contribute, feel free to submit a PR. Please make sure that the tests pass (run with python setup.py test). Make sure you add your name to CONTRIBUTORS.

License

Licensed under MIT. See the LICENSE file in the project root directory.

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

wscelery-0.2.0.tar.gz (8.3 kB view hashes)

Uploaded Source

Built Distribution

wscelery-0.2.0-py2.py3-none-any.whl (10.9 kB view hashes)

Uploaded Python 2 Python 3

Supported by

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