self host v1.4.13. my payment gateway is sending a webhook payment response to my function via a POST URL only. My function then takes the response and updates the db against the order id. After getting complaints, I found that the execution logs show failed as time out after 30 seconds.
I thought only async functions using client sdks have timeout limit of 30 seconds but the time out is also happening when called via url (although random).
function code is attached
Recommended threads
- Redis with user/pass doesn't work NO_AUT...
When trying to externalize my redis to a valkey server, i saw the user/pass doesn't work. After looking the appwrite code, i saw some of the init does not pass...
- Export, Import or Migration giving this ...
As you can see in yhe screenshot i am not able to export any data or export the data from tables. Also it is affecting the migration from appwrite to appwrite h...
- Timed out waiting for runtime error
execution id 6a3e0791978712d81ee0 im having issue with appwrite function runtime performance. even after 4gbram and cpu same function sometimes completes in a...