Skip to main content

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/>`_.

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

celery_tasks_ctl-0.2.1.tar.gz (4.8 kB view hashes)

Uploaded Source

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