
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
- Console create row ui not passing ID.uni...
I'm getting an error saying the id is already used but it should be created with ID.unique() it doesn't seem to be reading the row ID field at all. I can't get ...
- [FEATURE] Better usage analytics for app...
Recently, i've gotten **73** emails from appwrite regarding excesive GBHours usage. I've almost hit the limit of 1000 and it is really hard to track down which ...
- Permissions in create_operations() Pytho...
How can I set permissions for `create_operations()`? What even is the correct way to use permissions in Python (using SDK version 13.4.1) ? In my cloud functio...
