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
- Having issues with login via CLI
``` ~/appwrite appwrite login --endpoint https://localhost/v1 --verbose ? Enter your email myvalidemai...
- How to Avoid Double Requests in function...
I'm currently using Appwrite's `functions.createExecution` in my project. I want to avoid double requests when multiple actions (like searching or pagination) a...
- Send Email Verification With REST
I am using REST to create a user on the server side after receiving form data from the client. After the account is successfully created i wanted to send the v...