Ask Solem 11 years ago
parent
commit
f9c9679f4a
1 changed files with 4 additions and 3 deletions
  1. 4 3
      docs/userguide/tasks.rst

+ 4 - 3
docs/userguide/tasks.rst

@@ -576,9 +576,10 @@ You can also define :ref:`custom-states`.
 Result Backends
 Result Backends
 ---------------
 ---------------
 
 
-Celery needs to store or send the states somewhere.  There are several
-built-in backends to choose from: SQLAlchemy/Django ORM, Memcached,
-RabbitMQ (amqp), MongoDB, and Redis -- or you can define your own.
+If you want to keep track of tasks or need the return values, then Celery
+must store or send the states somewhere so that they can be retrieved later.
+There are several built-in result backends to choose from: SQLAlchemy/Django ORM,
+Memcached, RabbitMQ (amqp), MongoDB, and Redis -- or you can define your own.
 
 
 No backend works well for every use case.
 No backend works well for every use case.
 You should read about the strengths and weaknesses of each backend, and choose
 You should read about the strengths and weaknesses of each backend, and choose