Skip to content

Commit

Permalink
💄 Advance architecture docs (#11074)
Browse files Browse the repository at this point in the history
* 💄 Advance architecture docs

* update

* Update docs/content/en/getting_started/architecture.md

Co-authored-by: Charles Neill <[email protected]>

* Update docs/content/en/getting_started/architecture.md

Co-authored-by: Charles Neill <[email protected]>

---------

Co-authored-by: Charles Neill <[email protected]>
  • Loading branch information
manuel-sommer and cneill authored Oct 18, 2024
1 parent 6b79840 commit 77c7d98
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/content/en/getting_started/architecture.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,8 @@ 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.
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. Currently, only [Redis](https://github.com/redis/redis) is supported as a broker.

## Celery Worker

Expand Down

0 comments on commit 77c7d98

Please sign in to comment.