瀏覽代碼

[docs] SQS broker now officially supported

Ask Solem 9 年之前
父節點
當前提交
865eb45af9
共有 1 個文件被更改,包括 11 次插入1 次删除
  1. 11 1
      docs/whatsnew-4.0.rst

+ 11 - 1
docs/whatsnew-4.0.rst

@@ -481,7 +481,6 @@ some long-requested features:
     The new task protocol is documented in full here:
     :ref:`message-protocol-task-v2`.
 
-
 Prefork: Tasks now log from the child process
 =============================================
 
@@ -580,6 +579,17 @@ e442df61b2ff1fe855881c1e2ff9acc970090f54
 - Fixed issue where ``group | task`` was not upgrading correctly
   to chord (Issue #2922).
 
+Amazon SQS transport now officially supported.
+==============================================
+
+The SQS broker transport has been rewritten to use async I/O and as such
+joins RabbitMQ and Redis as officially supported transports.
+
+The new implementation also takes advantage of long polling,
+and closes several issues related to using SQS as a broker.
+
+This work was sponsored by Nextdoor.
+
 Schedule tasks based on sunrise, sunset, dawn and dusk.
 =======================================================