-
Notifications
You must be signed in to change notification settings - Fork 9.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Uploaded files stay at the status of Queuing in 0.12.1 version #13093
Comments
ada538b85b49 nginx:latest "sh -c 'cp /docker-e…" 10 minutes ago Up 10 minutes 0.0.0.0:4443->4443/tcp, :::4443->4443/tcp, 80/tcp, 0.0.0.0:8088->8088/tcp, :::8088->8088/tcp docker-nginx-1 These are all docker services that are running. |
I have tried this updating this in env but still file is in queue. Log file pathLOG_FILE=/app/logs/server.log Log file max size, the unit is MBLOG_FILE_MAX_SIZE=20 Log file max backup countLOG_FILE_BACKUP_COUNT=5 Log dateformatLOG_DATEFORMAT=%Y-%m-%d %H:%M:%S Log TimezoneLOG_TZ=UTC |
There are several similar threads regarding the issue of files being stuck in the queue when uploaded to the knowledge base in Dify. Here are some relevant discussions and solutions:
Given your current setup, ensure that the Celery worker service is running and check the logs for any errors. Also, verify that the rate limit for your Embedding model API key has not been exceeded. These steps should help address the issue of files being stuck in the queue. To continue talking to Dosu, mention @dosu. Help Dosu learn! Give it feedback: Great Response | Irrelevant Answer | Incorrect Sources | Too Verbose | Hallucination | Other |
@dosu This is not the solution. Every time i post bug you just say to upgrade to latest version. My whole app is running on 0.11.0. I already did upgrade to 0.15.1 but then there are new issues . That is not creating chatbot workflow using yml, but in 0.11.0 it's working. |
This is a tough nut to crack, could really use your help on this, @takatost. To continue talking to Dosu, mention @dosu. Help Dosu learn! Give it feedback: Great Response | Irrelevant Answer | Incorrect Sources | Too Verbose | Hallucination | Other |
One more thing on production server i am using 0.11.0 and it's working fine. But on dev server this is not working fine. |
@dosu Please update |
When upgrading from version 0.11.0 to 0.12.1, there are specific configuration changes that could affect file processing. The image upload feature has been replaced by a more comprehensive file upload feature. For Chatflow applications, the system automatically switches from image upload to file upload, requiring no manual updates. However, for Workflow applications, you need to manually migrate before the official deprecation of the Since your production server is working fine with version 0.11.0, it might be worth checking if these changes have been correctly implemented on your dev server. Additionally, ensure that all services and dependencies are correctly configured and running, as outlined in the Celery worker service setup [2][3][4]. To continue talking to Dosu, mention @dosu. Help Dosu learn! Give it feedback: Great Response | Irrelevant Answer | Incorrect Sources | Too Verbose | Hallucination | Other |
@dosu |
The issue you're experiencing with the 'init api' not being called in your development environment could be related to differences in configuration or setup between your production and development environments. Here are a few things to check:
By addressing these areas, you may be able to identify the cause of the issue and ensure that the 'init api' call is made as expected in your development environment. To continue talking to Dosu, mention @dosu. Help Dosu learn! Give it feedback: Great Response | Irrelevant Answer | Incorrect Sources | Too Verbose | Hallucination | Other |
@dosu please ask someone else for help. |
A maintainer has already been looped in. To continue talking to Dosu, mention @dosu. Help Dosu learn! Give it feedback: Great Response | Irrelevant Answer | Incorrect Sources | Too Verbose | Hallucination | Other |
@dosu it's been one day and i have not heard anything from you. Could you Please ask someone else to jump in. |
A maintainer has already been looped in. To continue talking to Dosu, mention @dosu. Help Dosu learn! Give it feedback: Great Response | Irrelevant Answer | Incorrect Sources | Too Verbose | Hallucination | Other |
@dosu please mention him again or ask someone else. |
A maintainer has already been looped in. To continue talking to Dosu, mention @dosu. Help Dosu learn! Give it feedback: Great Response | Irrelevant Answer | Incorrect Sources | Too Verbose | Hallucination | Other |
@dosu please update |
A maintainer has already been looped in. To continue talking to Dosu, mention @dosu. Help Dosu learn! Give it feedback: Great Response | Irrelevant Answer | Incorrect Sources | Too Verbose | Hallucination | Other |
Self Checks
Dify version
0.12.1
Cloud or Self Hosted
Self Hosted (Docker)
Steps to reproduce
Simply go to knowledgebase , upload file. It will stay in queue. One more thing when i delete that file i get error document not found.
✔️ Expected Behavior
File should be available.
❌ Actual Behavior
File stuck in queue.
The text was updated successfully, but these errors were encountered: