|
@@ -4,12 +4,12 @@
|
|
|
|
|
|
.. image:: http://cloud.github.com/downloads/ask/celery/celery_favicon_128.png
|
|
|
|
|
|
-:Version: 1.0.3
|
|
|
+:Version: 1.1.0
|
|
|
:Web: http://celeryproject.org/
|
|
|
:Download: http://pypi.python.org/pypi/celery/
|
|
|
:Source: http://github.com/ask/celery/
|
|
|
:Keywords: task queue, job queue, asynchronous, rabbitmq, amqp, redis,
|
|
|
- django, python, webhooks, queue, distributed
|
|
|
+ python, webhooks, queue, distributed
|
|
|
|
|
|
--
|
|
|
|
|
@@ -22,13 +22,14 @@ more worker servers. Tasks can execute asynchronously (in the background) or syn
|
|
|
|
|
|
Celery is already used in production to process millions of tasks a day.
|
|
|
|
|
|
-Celery was originally created for use with Django, but is now usable
|
|
|
-from any Python project. It can
|
|
|
-also `operate with other languages via webhooks`_.
|
|
|
+Celery was originally created for use with Django, but this is no longer
|
|
|
+the case. If you want to use Celery in a Django project you need to use
|
|
|
+`django-celery`_. It can also `operate with other languages via webhooks`_.
|
|
|
|
|
|
The recommended message broker is `RabbitMQ`_, but support for Redis and
|
|
|
databases is also available.
|
|
|
|
|
|
+.. _`django-celery`: http://pypi.python.org/pypi/django-celery
|
|
|
.. _`operate with other languages via webhooks`:
|
|
|
http://ask.github.com/celery/userguide/remote-tasks.html
|
|
|
|