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
- ACTIVATE DEPLOYMENT PROBLEM...
It's not giving me the option to activate a deployment that says it's ready..
- AppwriteException - Transaction with the...
I am using "node-appwrite" module and I have successfully created transaction id but when passing it to tablesDB.createRow function with some other required dat...
- general_unauthorized_scope
localhost oauth not working. general_unauthorized_scope error showing. { "message": "User (role: guests) missing scopes ([\"account\"])", "code": 401, ...