summaryrefslogtreecommitdiff
path: root/net/py-celery/DESCR
diff options
context:
space:
mode:
authorrodent <rodent@pkgsrc.org>2014-04-19 17:57:31 +0000
committerrodent <rodent@pkgsrc.org>2014-04-19 17:57:31 +0000
commit46df1da24d798bf2724c13615fe0aec3015cc7ce (patch)
tree93d3bc9274bd53e0c776b63e9723dc6108b3b8bc /net/py-celery/DESCR
parent19f63187af5033ea553fd9c3fb18f66366983fa7 (diff)
downloadpkgsrc-46df1da24d798bf2724c13615fe0aec3015cc7ce.tar.gz
Import py27-celery-3.1.11 as net/py-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).
Diffstat (limited to 'net/py-celery/DESCR')
-rw-r--r--net/py-celery/DESCR6
1 files changed, 6 insertions, 0 deletions
diff --git a/net/py-celery/DESCR b/net/py-celery/DESCR
new file mode 100644
index 00000000000..1a9735f7c26
--- /dev/null
+++ b/net/py-celery/DESCR
@@ -0,0 +1,6 @@
+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).