Linux Mint
My Places
Sign in
Community
Software
Users
Moderation
Beta Testing
ISO Images
Teams
python3-celery-batches
Task class that buffers messages and processes them as a list
https://github.com/percipient/celery-batches
0
no reviews
Install
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.