Replies: 1 comment
-
|
The most common reason documents stay stuck in the "queued" state is that the Celery worker for the relevant queue (often priority-worker:
image: langgenius/dify-api:1.9.2
restart: always
environment:
<<: *shared-api-worker-env
MODE: worker
CELERY_QUEUES: priority_pipeline
CELERY_WORKER_AMOUNT: 2
LOG_LEVEL: INFO
depends_on:
db:
condition: service_healthy
redis:
condition: service_started
volumes:
- ./volumes/app/storage:/app/api/storage
networks:
- ssrf_proxy_network
- defaultThen run Other things to check: make sure all required services (Celery, database, Redis, vector store) are running and healthy, and that your If the problem persists, check worker logs for errors, ensure your vector store isn’t in read-only mode, and confirm there are no firewall or resource issues. To reply, just mention @dosu. How did I do? Good | Irrelevant | Incorrect | Verbose | Hallucination | Report 🐛 | Other |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Self Checks
Content
When processing the general document knowledge base, the test pipeline can run smoothly, but after uploading the document, it keeps showing that it is in the queue.

Beta Was this translation helpful? Give feedback.
All reactions