Rank 3: Container
I have set the timeout of my functions for 600s but all my functions are failing in 30s
Project Id 6497da34c04e5a65ac32
Votes
0
Replies
15
Participants
Unknown
Messages
16
Rank 3: Container
I have set the timeout of my functions for 600s but all my functions are failing in 30s
Project Id 6497da34c04e5a65ac32
Moderator
Maybe the function code is incorrect?
Moderator
Could you please share it?
Moderator
Or at least more relevant fragments?
Execute the function asynchronously. Synchronous functions are capped at 30s
Rank 3: Container
Is there documentation for that
Rank 3: Container
Because it worked earlier
Not yet
Rank 3: Container
Can you tell me how to do it
What do you mean?
Rank 3: Container
I'm already using async await in js
Rank 3: Container
So I don't understand how to make them more async
Oh you mean how to execute functions asynchronously
Rank 3: Container
Yes
It's the async param: https://appwrite.io/docs/references/cloud/client-web/functions#createExecution
Rank 3: Container
Thanks I'll try it