From fb07d2bea301bd6388c393d5f3d8a80386c4dfdb Mon Sep 17 00:00:00 2001 From: takatost Date: Wed, 1 Nov 2023 11:54:31 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=20local-source-code.md?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- en/getting-started/install-self-hosted/local-source-code.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/en/getting-started/install-self-hosted/local-source-code.md b/en/getting-started/install-self-hosted/local-source-code.md index f882a62..115efa6 100644 --- a/en/getting-started/install-self-hosted/local-source-code.md +++ b/en/getting-started/install-self-hosted/local-source-code.md @@ -95,7 +95,9 @@ conda activate dify To consume asynchronous tasks from the queue, such as dataset file import and dataset document updates, follow these steps to start the Worker service on Linux or macOS: - `celery -A app.celery worker -P gevent -c 1 -Q dataset,generation,mail --loglevel INFO` + ``` + celery -A app.celery worker -P gevent -c 1 -Q dataset,generation,mail --loglevel INFO + ``` If you are using a Windows system to start the Worker service, please use the following command instead: