ports/devel/py-celery-progress/pkg-descr
Dan Langille 662905021e devel/py-celery-progress: New port: Distributed Task Queue
Drop in, dependency-free progress bars for your Django/Celery applications.

Super simple setup. Lots of customization available.

PR:		257133
Reported by:	gettoknowmi@yahoo.com
2021-07-12 21:09:26 +00:00

7 lines
221 B
Text

Task queues are used as a mechanism to distribute work across threads or
machines.
Celery communicates via messages, usually using a broker to mediate between
clients and workers.
WWW: https://github.com/celery/celery/