Skip to content
Discussion options

You must be logged in to vote

Hi @dabaisuv! I'm Dosu and I’m helping the dify team.

You can increase the workflow execution timeout by setting the WORKFLOW_MAX_EXECUTION_TIME environment variable. This variable controls the maximum allowed execution time (in seconds) for a single workflow. By default, it's set to 1200 seconds.

To change it, edit your .env file or the environment section in your docker-compose.yaml and set a higher value, for example:

WORKFLOW_MAX_EXECUTION_TIME=3600

Then restart your Dify containers for the change to take effect. This will allow longer-running workflows before hitting the timeout limit. The relevant configuration is documented in the codebase and .env.example file, and enforced in t…

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by dabaisuv
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Help
Labels
None yet
1 participant