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
- Need help with createExecution function
Hi, Need some help understanding createExecution. When requesting function execution via createExecution, the function handler arguments are incorrect and rese...
- Query Appwrite
Hello, I have a question regarding Queries in Appwrite. If I have a string "YYYY-MM", how can I query the $createdAt column to match this filter?
- Different appwrite IDs are getting expos...
File_URL_FORMAT= https://cloud.appwrite.io/v1/storage/buckets/[BUCKET_ID]/files/[FILE_ID]/preview?project=[PROJECT_ID] I'm trying to access files in my web app...