Skip to main content

Celery task revokes are stored on memory or on file. This packages makes possible to easely customize how your revokes are stored (Ex.: Database).

Project description

https://badge.fury.io/py/celery-persistent-revokes.svg https://travis-ci.org/hugobessa/celery-persistent-revokes.svg?branch=master https://codecov.io/gh/hugobessa/celery-persistent-revokes/branch/master/graph/badge.svg

Celery task revokes are stored on memory or on file. This packages makes possible to easely customize how your revokes are stored (Ex.: Database).

Documentation

The full documentation is at https://celery-persistent-revokes.readthedocs.io.

Quickstart

Install Celery Persistent Revokes:

pip install celery-persistent-revokes

Add it to your INSTALLED_APPS:

INSTALLED_APPS = (
    ...
    'celery_persistent_revokes.apps.CeleryPersistentRevokesConfig',
    ...
)

Add Celery Persistent Revokes’s URL patterns:

from celery_persistent_revokes import urls as celery_persistent_revokes_urls


urlpatterns = [
    ...
    url(r'^', include(celery_persistent_revokes_urls)),
    ...
]

Features

  • TODO

Running Tests

Does the code actually work?

source <YOURVIRTUALENV>/bin/activate
(myenv) $ pip install tox
(myenv) $ tox

Credits

Tools used in rendering this package:

Change Log

0.1.0 (2018-08-03)

  • First release on PyPI.

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-persistent-revokes-0.1.0.tar.gz (7.4 kB view details)

Uploaded Source

Built Distribution

celery_persistent_revokes-0.1.0-py2.py3-none-any.whl (7.0 kB view details)

Uploaded Python 2 Python 3

File details

Details for the file celery-persistent-revokes-0.1.0.tar.gz.

File metadata

File hashes

Hashes for celery-persistent-revokes-0.1.0.tar.gz
Algorithm Hash digest
SHA256 e0b48047b3efcb93db1d591f6446f50c8465aa1c42fac5111bce9588e767ef1d
MD5 336290e13f9b7e7486588dbcb8bf1e85
BLAKE2b-256 441df5835cdf73c384baf2647d67929b27cac55289afead1bc720051137bf673

See more details on using hashes here.

File details

Details for the file celery_persistent_revokes-0.1.0-py2.py3-none-any.whl.

File metadata

File hashes

Hashes for celery_persistent_revokes-0.1.0-py2.py3-none-any.whl
Algorithm Hash digest
SHA256 3455a193839e25043c3e47c9d9a5d384189966b81b61f546fa8a6249827035c4
MD5 6be61c65274e6cec544aa0162bab4f7a
BLAKE2b-256 854e1761c1ba6d69ea1cad88e84076d25d47347c467fa02c05a474fcbbbdd2fd

See more details on using hashes here.

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