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
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
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
Built Distribution
File details
Details for the file celery-persistent-revokes-0.1.0.tar.gz
.
File metadata
- Download URL: celery-persistent-revokes-0.1.0.tar.gz
- Upload date:
- Size: 7.4 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: Python-urllib/3.6
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | e0b48047b3efcb93db1d591f6446f50c8465aa1c42fac5111bce9588e767ef1d |
|
MD5 | 336290e13f9b7e7486588dbcb8bf1e85 |
|
BLAKE2b-256 | 441df5835cdf73c384baf2647d67929b27cac55289afead1bc720051137bf673 |
File details
Details for the file celery_persistent_revokes-0.1.0-py2.py3-none-any.whl
.
File metadata
- Download URL: celery_persistent_revokes-0.1.0-py2.py3-none-any.whl
- Upload date:
- Size: 7.0 kB
- Tags: Python 2, Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: Python-urllib/3.6
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 3455a193839e25043c3e47c9d9a5d384189966b81b61f546fa8a6249827035c4 |
|
MD5 | 6be61c65274e6cec544aa0162bab4f7a |
|
BLAKE2b-256 | 854e1761c1ba6d69ea1cad88e84076d25d47347c467fa02c05a474fcbbbdd2fd |