Browse Source

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 6 years ago
parent
commit
0d97399a8c
1 changed files with 1 additions and 1 deletions
  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.