Experimental task class that buffers messages and processes them as a list.
Project description
Celery Batches
Celery Batches provides a Task class that allows processing of multiple Celery task calls together as a list. The buffer of tasks calls is flushed on a timer and based on the number of queued tasks.
What do I need?
celery-batches version runs on,
Python (3.6, 3.7, 3.8)
PyPy3 (7.6)
And is tested with Celery >= 4.4.
If you’re running an older version of Python, you need to be running an older version of celery-batches:
Python 2.7: celery-batches 0.3 series.
Python 3.4: celery-batches 0.2 series.
Python 3.5: celery-batches 0.3 series.
If you’re running an older version of Celery, you need to be running an older version of celery-batches:
Celery < 4.0: Use celery.contrib.batches instead.
Celery 4.0 - 4.3: celery-batches 0.3 series.
History
Celery Batches was distributed as part of Celery (as celery.contrib.batches) until Celery 4.0. This project updates the Batches code to maintain compatiblity with newer versions of Celery and other fixes. See the Changelog for details.
Additionally, this repository includes the full history of the code from celery.contrib.batches, but rewritten to the celery_batches/__init__.py file.
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
Hashes for celery_batches-0.5-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 962a01c5938f89431c569eccb122814d9b2347780744857c0c549ae74518bce5 |
|
MD5 | ba7c21bb5873835d0e85c0142f0caaf7 |
|
BLAKE2b-256 | e875cfeaa64bccf63e54595881a07ef22c514a677248a840fac4e9c7561b7c1b |