Rank 3: Container
Hello again, i open this new post because the other posts about execution timeout are about functions that sometimes freezes and throw the execution timeout error.
While my error is the same error, is not the same behavior, my problem is that the time i set on the timeout is not applied if i set more than 30 secs.. It is suppose that Maximum value is 900 secs, but, if the executions exceed more than 30 secs it fails and do not matter if i set timeout of 40,60,120 secs, it always fails at 30secs
A simple test is with php function and put a sleep(40) and set execution timeout to 120 secs, it will always fails at 30 secs
Im on AppWrite 1.5.13 self-Hosted