I have set the timeout of my functions for 600s but all my functions are failing in 30s
Project Id 6497da34c04e5a65ac32
Maybe the function code is incorrect?
Could you please share it?
Or at least more relevant fragments?
Execute the function asynchronously. Synchronous functions are capped at 30s
Is there documentation for that
Because it worked earlier
Not yet
Can you tell me how to do it
What do you mean?
I'm already using async await in js
So I don't understand how to make them more async
Oh you mean how to execute functions asynchronously
Yes
It's the async param: https://appwrite.io/docs/references/cloud/client-web/functions#createExecution
Thanks I'll try it
Recommended threads
- Why does this happen?
`AppwriteException: general_argument_invalid, Invalid `secret` param: Value must be a valid string and at least 1 chars and no longer than 256 chars (400)` the...
- Selfhosted starter python function retur...
I am running a selfhosted appwrite instance. Creating a node function and executing it works just fine but when i try to execute a python starter function, i ge...
- How to properly implement custom domain?...