Path to this page:
Subject: CVS commit: wip/celery
From: othyro
Date: 2013-06-07 23:57:13
Message id: E1Ul4f5-00084v-59@sfs-ml-2.v29.ch3.sourceforge.com
Log Message:
Import celery-3.0.19 as wip/celery.
Celery is an asynchronous task queue/job queue based on distributed message
passing. It is focused on real-time operation, but supports scheduling as well.
The execution units, called tasks, are executed concurrently on a single or more
worker servers using multiprocessing, Eventlet, or gevent. Tasks can execute
asynchronously (in the background) or synchronously (wait until ready).
Files: