更新 local-source-code.md

pull/24/head
takatost 2023-11-01 11:54:31 +08:00 committed by GitHub
parent a51e22ba68
commit fb07d2bea3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 1 deletions

View File

@ -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: