فهرست منبع

Whatsnew: Wording

Ask Solem 11 سال پیش
والد
کامیت
376478c89a
1فایلهای تغییر یافته به همراه6 افزوده شده و 6 حذف شده
  1. 6 6
      docs/whatsnew-3.1.rst

+ 6 - 6
docs/whatsnew-3.1.rst

@@ -449,17 +449,17 @@ See the :ref:`guide-extending` guide for more information.
 New result backend with RPC semantics
 New result backend with RPC semantics
 -------------------------------------
 -------------------------------------
 
 
-This version of the ``amqp`` result backend is a very good alternative
+This new experimental version of the ``amqp`` result backend is a very good
-to use in classical RPC scenarios, where the process that initiates
+alternative to use in classical RPC scenarios, where the process that initiates
 the task is always the process to retrieve the result.
 the task is always the process to retrieve the result.
 
 
 It uses Kombu to send and retrieve results, and each client
 It uses Kombu to send and retrieve results, and each client
-will create a unique queue for replies to be sent to. Avoiding
+uses a unique queue for replies to be sent to, which avoids
-the significant overhead of the original amqp backend which creates
+the significant overhead of the original amqp backend that creates
 one queue per task.
 one queue per task.
 
 
-Results sent using this backend is not persistent, and so will
+Results sent using this backend does not persist, and so they won't
-not survive a broker restart, but you can set
+survive a broker restart, but you can set
 the :setting:`CELERY_RESULT_PERSISTENT` setting to change that.
 the :setting:`CELERY_RESULT_PERSISTENT` setting to change that.
 
 
 .. code-block:: python
 .. code-block:: python