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.You mean decreasing it or increasing it more than 30 secconds?
Recommended threads
- I can't UNPAUSE my project with the free...
I received an email notifying me that my project had been paused due to inactivity, and the email included a link to "Restore project." However, that button red...
- How to bypass the rate limit on the back...
Once a month my app has a ton of usage and I always run into the Too many requests 429 error. I am trying to optimize the queues and jobs to manage that, but a...
- 401 - Project not accessible in this reg...
Hi Appwrite team, I’m experiencing a Cloud Console issue with my NYC region project. Problem: - Some Console pages return: “401 - Project is not accessible ...