refactor: implement tenant self queue for rag tasks

This commit is contained in:
hj24
2025-10-28 14:20:43 +08:00
parent 8ff6de91b0
commit a1b7eceb60
24 changed files with 3667 additions and 92 deletions

View File

@ -7,4 +7,4 @@ cd "$SCRIPT_DIR/.."
uv --directory api run \
celery -A app.celery worker \
-P gevent -c 1 --loglevel INFO -Q dataset,generation,mail,ops_trace,app_deletion,plugin,workflow_storage,conversation,priority_pipeline,pipeline
-P gevent -c 1 --loglevel INFO -Q dataset,priority_dataset,generation,mail,ops_trace,app_deletion,plugin,workflow_storage,conversation,priority_pipeline,pipeline