Procházet zdrojové kódy

Remove "experimental" label from SQS support in README (#4756)

The [Brokers documentation](docs/getting-started/brokers/index.rst) states
that the Amazon SQS backend is stable.
Robert Knight před 7 roky
rodič
revize
0d97399a8c
1 změnil soubory, kde provedl 1 přidání a 1 odebrání
  1. 1 1
      README.rst

+ 1 - 1
README.rst

@@ -271,7 +271,7 @@ Transports and Backends
     for using Redis as a message transport or as a result backend.
 
 :``celery[sqs]``:
-    for using Amazon SQS as a message transport (*experimental*).
+    for using Amazon SQS as a message transport.
 
 :``celery[tblib``]:
     for using the ``task_remote_tracebacks`` feature.