Skip to content

Commit

Permalink
💄 Advance architecture docs
Browse files Browse the repository at this point in the history
  • Loading branch information
manuel-sommer committed Oct 15, 2024
1 parent ac1048e commit 3df53b0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/content/en/getting_started/architecture.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 3df53b0

Please sign in to comment.