python3-celery-batches

Task class that buffers messages and processes them as a list
  https://github.com/percipient/celery-batches
  0
  no reviews



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.