diff --git a/docs/content/en/getting_started/architecture.md b/docs/content/en/getting_started/architecture.md index 954879a4c35..594bc65bc98 100644 --- a/docs/content/en/getting_started/architecture.md +++ b/docs/content/en/getting_started/architecture.md @@ -25,7 +25,7 @@ for asynchronous execution. [RabbitMQ](https://www.rabbitmq.com/) is a well esta ## Celery Worker -Tasks like deduplication or the JIRA synchonization are performed asynchronously +Tasks like deduplication or the JIRA synchronization are performed asynchronously in the background by the [Celery](https://docs.celeryproject.org/en/stable/) Worker.