You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I confirm that I am using English to submit this report (我已阅读并同意 Language Policy).
[FOR CHINESE USERS] 请务必使用英文提交 Issue,否则会被关闭。谢谢!:)
Please do not modify this template :) and fill in all the required fields.
Dify version
0.13.1
Cloud or Self Hosted
Self Hosted (Docker)
Steps to reproduce
previously uploaded documents, they were uploaded immediately and were available within 1-2 minutes. Now for some reason the documents are loaded immediately, but are constantly in the queue, without changes, although the document is the same, the settings are the same, I do not understand why this happens, what should I check to fix this bug?
✔️ Expected Behavior
❌ Actual Behavior
The text was updated successfully, but these errors were encountered:
To address your issue, consider the following steps:
Rate Limit for Embedding Model API Key: Check if the rate limit for your Embedding model API key has been reached, as this can cause documents to remain queued [4].
Celery Worker Service: Ensure the Celery worker service is running correctly. You can start it with docker compose up -d worker and check the logs for any errors [4].
Service Status: Verify that all necessary services are running using docker compose ps. Ensure services like api, worker, web, weaviate, db, redis, and nginx are all up [4].
Pending Processes and Configuration: Check for any pending segmentation or embedding processes, and ensure all dependencies and services like db and redis are running smoothly [4].
These steps should help resolve the issue of documents being stuck in the queued state.
Self Checks
Dify version
0.13.1
Cloud or Self Hosted
Self Hosted (Docker)
Steps to reproduce
previously uploaded documents, they were uploaded immediately and were available within 1-2 minutes. Now for some reason the documents are loaded immediately, but are constantly in the queue, without changes, although the document is the same, the settings are the same, I do not understand why this happens, what should I check to fix this bug?✔️ Expected Behavior
❌ Actual Behavior
The text was updated successfully, but these errors were encountered: