-
Notifications
You must be signed in to change notification settings - Fork 31
[Bug] Dify - worker pod is running with MODE=api #2152
Copy link
Copy link
Open
Labels
bugSomething isn't workingSomething isn't working
Description
Please Provide the basic information of the app
Dify
App URL in Olares Market(Required)
https://market.olares.com/app/market.olares/difyv2
Describe the bug
The worker pod is running with MODE=api, acting as a second API server instead of a Celery worker. The document queue is waiting for a consumer that never arrives.
To Reproduce
- OS Version: 1.12.5
- Browser Safari
- Steps to reproduce the behavior:
- Initial install of Dify from Market
- create a new knowledge base
- add document and start processing -> document will not process but stays in status queued
Expected behavior
A document added to the knowledge based should be embedded.
Screenshots
If applicable, add screenshots to help explain your problem.
Additional context
With the next release, please change MODE=api to MODE=worker in the ConfigMap.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working