Browse Source

Mention AMQP result backend in docs/configuration. Closes #38

Ask Solem 15 years ago
parent
commit
684296c0cc
1 changed files with 5 additions and 0 deletions
  1. 5 0
      docs/configuration.rst

+ 5 - 0
docs/configuration.rst

@@ -67,6 +67,11 @@ Task result backend settings
     * tyrant
         Use Tokyo Tyrant to store the results.
 
+    * amqp
+        Send results back as AMQP messages
+        (**WARNING** While very fast, you must make sure you only
+        try to receive the result once).
+
 
 * CELERY_PERIODIC_STATUS_BACKEND
     The backend used to store the status of periodic tasks.