diff --git a/docs/content/en/getting_started/architecture.md b/docs/content/en/getting_started/architecture.md index 676d8184024..7f751677e9d 100644 --- a/docs/content/en/getting_started/architecture.md +++ b/docs/content/en/getting_started/architecture.md @@ -21,7 +21,7 @@ dynamic content. ## Message Broker The application server sends tasks to a [Message Broker](https://docs.celeryproject.org/en/stable/getting-started/brokers/index.html) -for asynchronous execution. +for asynchronous execution. The celery currently only supports to use [Redis](https://redis.io/solutions/messaging/) as a broker. ## Celery Worker