Sfoglia il codice sorgente

[docs] SQS broker now officially supported

Ask Solem 9 anni fa
parent
commit
865eb45af9
1 ha cambiato i file con 11 aggiunte e 1 eliminazioni
  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.
 =======================================================