celery-batches 0.2-1 source package in Ubuntu

Changelog

celery-batches (0.2-1) unstable; urgency=medium

  * Initial release (Closes: #921335)

  [ Ondřej Nový ]
  * Use debhelper-compat instead of debian/compat.

 -- Ana Rodríguez López <email address hidden>  Sat, 03 Aug 2019 21:20:24 +0000

Upload details

Uploaded by:
Debian Python Modules Team
Uploaded to:
Sid
Original maintainer:
Debian Python Modules Team
Architectures:
any
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Focal release universe misc

Downloads

File Size SHA-256 Checksum
celery-batches_0.2-1.dsc 2.0 KiB 65e9b72b5ffbb9907c8e58c2dd5e1fad0d0ddd4da74b096c7f9b6f92e6bf4fa6
celery-batches_0.2.orig.tar.gz 10.5 KiB db26b18f3322d950f7ba325a92f9d6efba68e3b1d49d3f5cb903e20ff84f5fd5
celery-batches_0.2-1.debian.tar.xz 7.0 KiB 0bd10075d81c6b757941ce9a495b7ef3f5f04dab4512af53e5a0b92f070f35d1

No changes file available.

Binary packages built by this source

python3-celery-batches: Task class that buffers messages and processes them as a list

 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.