mirror of
https://github.com/langgenius/dify.git
synced 2026-03-01 12:55:13 +00:00
docs(telemetry): clarify enterprise_telemetry queue is EE-only
This commit is contained in:
@@ -122,6 +122,7 @@ These commands assume you start from the repository root.
|
||||
|
||||
```bash
|
||||
cd api
|
||||
# Note: enterprise_telemetry queue is only used in Enterprise Edition
|
||||
uv run celery -A app.celery worker -P threads -c 2 --loglevel INFO -Q dataset,priority_dataset,priority_pipeline,pipeline,mail,ops_trace,app_deletion,plugin,workflow_storage,conversation,workflow,schedule_poller,schedule_executor,triggered_workflow_dispatcher,trigger_refresh_executor,retention,enterprise_telemetry
|
||||
```
|
||||
|
||||
|
||||
Reference in New Issue
Block a user