I have a node function that takes around 120 seconds to complete the task. In the Appwrite console, I set the Timeout value to 240 sec, and in the docker env file the timeout variable is set to 900 seconds. However, the function throws the timeout error after 60 seconds of execution.
Summary
The user is experiencing an issue where functions are not setting the timeout as per the configuration in version 1.4.2. They have set the timeout value in the Appwrite console and in the docker env file, but the function throws a timeout error after 60 seconds. The solution suggested by another user is to set the `_APP_FUNCTIONS_MAINTENANCE_INTERVAL` environment variable in the .env file to `3600`. This has been confirmed to solve the issue by the original poster. No further information or screenshots are provided.
Abhishek
Rank 2: Process
Sep 13, 2023, 13:53
Functions are not setting the timeout as per the configuration in 1.4.2