This script is for Slackware 14.2 only and may be outdated.

SlackBuilds Repository

14.2 > Python > celery (3.1.26.post2)

Distributed Task Queue

Task queues are used as a mechanism to distribute work across threads or machines.

A task queue's input is a unit of work, called a task, dedicated worker processes
then constantly monitor the queue for new work to perform.

Celery communicates via messages, usually using a broker to mediate between clients
and workers. To initiate a task a client puts a message on the queue, the broker
then delivers the message to a worker.

A Celery system can consist of multiple workers and brokers, giving way to high
availability and horizontal scaling.

This requires: pytz, kombu, billiard

Maintained by: Yth - Arnaud
Keywords: python,celery,distributed,task,queue
ChangeLog: celery

Homepage:
http://celeryproject.org/

Source Downloads:
celery-3.1.26.post2.tar.gz (a16881249d81591cdf5ce0dfb092ea80)

Download SlackBuild:
celery.tar.gz
celery.tar.gz.asc (FAQ)

(the SlackBuild does not include the source)

Individual Files:
README
celery.SlackBuild
celery.info
slack-desc

Validated for Slackware 14.2

See our HOWTO for instructions on how to use the contents of this repository.

Access to the repository is available via:
ftp git cgit http rsync

© 2006-2024 SlackBuilds.org Project. All rights reserved.
Slackware® is a registered trademark of Patrick Volkerding
Linux® is a registered trademark of Linus Torvalds