I created a nodejs function that talks to Stripe API and other APIs; the method takes 1 to 2 minutes before it finishes. But when deploying to appwrite self-hosted instance, it timeout within 30s,
Despite my efforts, I've been unable to find a solution to the timeout issue. I've tried changing the timeout on the UI to 900, but it's not respecting that setting.
oh, and that functions get triggered via Stripe webhook.
Any idea how to increase?, happy to do a code change if someone tell me where is that code