瀏覽代碼

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 年之前
父節點
當前提交
0d97399a8c
共有 1 個文件被更改,包括 1 次插入1 次删除
  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.