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 891e4dd commit fc698b8
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 @@ -20,7 +20,7 @@ dynamic content.

## Message Broker

The application server sends tasks to a [Message Broker](https://docs.celeryq.dev/en/stable/)
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.

## Celery Worker
Expand Down

0 comments on commit fc698b8

Please sign in to comment.