Replies: 3 comments
-
I also have this problem, the workflow run 1200 s, it show the error that the user stop it, but I didn't operate it. |
Beta Was this translation helpful? Give feedback.
0 replies
-
Edit WORKFLOW_MAX_EXECUTION_TIME in your .env file to a higher value.
|
Beta Was this translation helpful? Give feedback.
0 replies
-
yes
…---- Replied Message ----
| From | ***@***.***> |
| Date | 04/30/2025 17:08 |
| To | langgenius/dify ***@***.***> |
| Cc | Brian ***@***.***>,
Author ***@***.***> |
| Subject | Re: [langgenius/dify] Workflow stop at 1200s (Discussion #15007) |
Edit WORKFLOW_MAX_EXECUTION_TIME in your .env file to a higher value.
# Workflow runtime configuration
WORKFLOW_MAX_EXECUTION_STEPS=500
WORKFLOW_MAX_EXECUTION_TIME=1200 <--------change this
WORKFLOW_CALL_MAX_DEPTH=5
MAX_VARIABLE_SIZE=204800
WORKFLOW_PARALLEL_DEPTH_LIMIT=3
WORKFLOW_FILE_UPLOAD_LIMIT=10
—
Reply to this email directly, view it on GitHub, or unsubscribe.
You are receiving this because you authored the thread.Message ID: ***@***.***>
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Self Checks
1. Is this request related to a challenge you're experiencing? Tell me about your story.
I created a workflow, After release and testing, it stopped when the execution time exceeded 1200s. Why did this happen?
2. Additional context or comments
I created a workflow, After release and testing, it stopped when the execution time exceeded 1200s. Why did this happen?
Beta Was this translation helpful? Give feedback.
All reactions