Browse Source

Beanstalk not working

Ask Solem 11 years ago
parent
commit
86829ed3e1

+ 9 - 0
docs/getting-started/brokers/beanstalk.rst

@@ -6,6 +6,15 @@
 
 .. _broker-beanstalk-installation:
 
+.. admonition:: Out of order
+
+The Beanstalk transport is currently not working well.
+
+We are interested in contributions and donations that can go towards
+improving this situation.
+
+
+
 Installation
 ============
 

+ 1 - 1
docs/getting-started/introduction.rst

@@ -118,7 +118,7 @@ Celery is…
         - **Brokers**
 
             - :ref:`RabbitMQ <broker-rabbitmq>`, :ref:`Redis <broker-redis>`,
-            - :ref:`MongoDB <broker-mongodb>`, :ref:`Beanstalk <broker-beanstalk>`
+            - :ref:`MongoDB <broker-mongodb>`, :ref:`ZeroMQ`
             - :ref:`CouchDB <broker-couchdb>`, :ref:`SQLAlchemy <broker-sqlalchemy>`
             - :ref:`Django ORM <broker-django>`, :ref:`Amazon SQS <broker-sqs>`,
             - and more…