Celery Tasks Controller to list and revoke tasks
Project description
Overview
========
Command line utility to list and revoke `Celery <http://www.celeryproject.org/>`_ tasks
* Facilitates listing tasks that have not yet been reserved by a Celery instance and are still on the RabbitMQ queue.
* Revoke tasks where their ids match your regex
How it works
------------
It uses the Celery inspect object to get a list of statistics for the tasks currently running in, or reserved by, the cluster. Queued tasks are tasks that the cluster does not yet know about and are currently in the RabbitMQ queue. To get a list of these, the RabbitMQ API is used.
Install
=======
::
python setup.py install
or
::
pip install celery-tasks-ctl
Run
===
::
celery_tasks_ctl --help
License
_______
Licensed under `MPL 1.1 <http://www.mozilla.org/MPL/1.1/>`_.
========
Command line utility to list and revoke `Celery <http://www.celeryproject.org/>`_ tasks
* Facilitates listing tasks that have not yet been reserved by a Celery instance and are still on the RabbitMQ queue.
* Revoke tasks where their ids match your regex
How it works
------------
It uses the Celery inspect object to get a list of statistics for the tasks currently running in, or reserved by, the cluster. Queued tasks are tasks that the cluster does not yet know about and are currently in the RabbitMQ queue. To get a list of these, the RabbitMQ API is used.
Install
=======
::
python setup.py install
or
::
pip install celery-tasks-ctl
Run
===
::
celery_tasks_ctl --help
License
_______
Licensed under `MPL 1.1 <http://www.mozilla.org/MPL/1.1/>`_.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
File details
Details for the file celery_tasks_ctl-0.2.1.tar.gz
.
File metadata
- Download URL: celery_tasks_ctl-0.2.1.tar.gz
- Upload date:
- Size: 4.8 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 5091432d4a506a363b46d20fe5a2e0d25ac25d261d26983bbddce6d37c74dac7 |
|
MD5 | 5cf9dc0d24dda2320062ed90cfe6bcc0 |
|
BLAKE2b-256 | 884a50326dd22883497c7ee9ec0af8091397acd0729ffeef6b915c9979f35037 |