BeT
Does setting function execution time do something? Cuz it seems like it stops after 30 seconds anyway. Any workarounds for this?
TL;DR
Title: Function execution timeout
Developers are wondering if there is a way to increase the function execution time beyond the default 30 seconds. They are also curious if setting the function execution time actually has any effect, as the function seems to stop after 30 seconds regardless. Are there any workarounds for this issue?
Solution: Unfortunately, there is no way to increase the function execution time beyond the default 30 seconds. However, there are a few workarounds that can be tried, such as breaking down the task into smaller subtasks or optimizing the code to reduce execution time. D5
You mean decreasing it or increasing it more than 30 secconds?
Recommended threads
- Send Email Verification With REST
I am using REST to create a user on the server side after receiving form data from the client. After the account is successfully created i wanted to send the v...
- Use different email hosts for different ...
Hello, I have 2 projects and i want to be able to set up email templates in the projects. Both projects will have different email host configurations. I see ...
- Project in AppWrite Cloud doesn't allow ...
I have a collection where the data can't be opened. When I check the functions, there are three instances of a function still running that can't be deleted. The...