mirror of
https://git.freebsd.org/ports.git
synced 2025-06-11 15:50:33 -04:00
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
7 lines
221 B
Text
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/
|