Skip to content

Commit

Permalink
Update docs/content/en/getting_started/architecture.md
Browse files Browse the repository at this point in the history
Co-authored-by: Charles Neill <[email protected]>
  • Loading branch information
manuel-sommer and cneill authored Oct 16, 2024
1 parent fc698b8 commit 98feffd
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.celeryq.dev/en/stable/getting-started/backends-and-brokers/index.html)
for asynchronous execution. The celery currently only supports to use [Redis](https://redis.io/solutions/messaging/) as a broker.
for asynchronous execution. Currently, only [Redis](https://github.com/redis/redis) is supported as a broker.

## Celery Worker

Expand Down

0 comments on commit 98feffd

Please sign in to comment.