-
Notifications
You must be signed in to change notification settings - Fork 10.9k
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
wrong config .env APP_MAX_EXECUTION_TIME #14410
Comments
@strivezheng Hello there! I'm here to help you with any bugs, questions, or contributions. Let's tackle this issue together while we wait for a human maintainer. The To continue talking to Dosu, mention @dosu. Help Dosu learn! Give it feedback: Great Response | Irrelevant Answer | Incorrect Sources | Too Verbose | Hallucination | Bug Report | Other |
dify/api/configs/feature/__init__.py Lines 51 to 63 in 403e2d5
|
APP_MAX_ACTIVE_REQUESTS |
Self Checks
Dify version
0.15.3
Cloud or Self Hosted
Self Hosted (Docker)
Steps to reproduce
when i set the config fields,APP_MAX_EXECUTION_TIME
in the .env file, it says
but it's wrong:
✔️ Expected Behavior
0 means unlimited
❌ Actual Behavior
File "/app/api/.venv/lib/python3.12/site-packages/pydantic/main.py", line 212, in init
validated_self = self.__pydanti
APP_MAX_EXECUTION_TIME
Input should be greater than 0 [type=greater_than, input_value='0', input_type=str]
For further information visit https://errors.pydantic.dev/2.9/v/greater_than
The text was updated successfully, but these errors were encountered: