Real time celery monitoring using websockets
Project description
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
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file wscelery-0.2.0.tar.gz.
File metadata
- Download URL: wscelery-0.2.0.tar.gz
- Upload date:
- Size: 8.3 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
15042877fd53bf5a28d68403f5f9318cf771f392a7954c77d6f38f06c4aca6aa
|
|
| MD5 |
2bcbc5c9c2b24fd044d7b270285feaa7
|
|
| BLAKE2b-256 |
dcf2dc01d9cc4314ffd0553547f86951edd7dd099625df79ff1378b1944119a3
|
File details
Details for the file wscelery-0.2.0-py2.py3-none-any.whl.
File metadata
- Download URL: wscelery-0.2.0-py2.py3-none-any.whl
- Upload date:
- Size: 10.9 kB
- Tags: Python 2, Python 3
- Uploaded using Trusted Publishing? No
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
037ff315066fc2c1044ddc7b037adc590dda8fe99f7e4e2e58359ffc79bcdf41
|
|
| MD5 |
fb9c16aa6bff0529355cfe7fc6d3ecea
|
|
| BLAKE2b-256 |
99876debeb9f5b7bd83c1ca673dc9203698c02bbb47453b14c37be0e5e3894e2
|