on client side i execute the function like this
functions.createExecution(
BuildConfig.APPWRITE_GEN_FN,
jsonData,
true,
"/path",
ExecutionMethod.POST,
)
but when i check the console the function is still processing.. and when i try to execute the function which might take more than 30secs i dont see any results in database (i.e i store data in database when function executes successfully)
is this expected? or am i missing something? please help as most of the work on function takes more 30sec and i dont get what i am expecting.
What's the code?
And the runtime you're using?
Do you get some error/s in the console?
Recommended threads
- Timed out waiting for runtime. Error Cod...
After setting up my ML project that uses deepface and tensorflow in appwrite functions I get the `Timed out waiting for runtime. Error Code: 400. ` error. I am...
- Bug: Cloud Function On Schedule Didn't R...
Heya I have a cloud function with this cron `0 17 * * *` to run at 9AM PT every day. I have not touched this since I set it up, and it has been working fine s...
- functions
Code for function not being created in Github. Permissions are set correctly, repository is created, however no code is in the created repository. Just trying...