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
@Steven
Recommended threads
- Cannot use custom SMTP for messaging (SM...
Hey there! I'm on Appwrite Self-hosted 1.9.0. I've never used the messaging feature before, always sent emails through functions or a custom backend, but I'v...
- CORS errors in Obsidian custom plugin
Hi, anyone here familiar with obsidian community plugins? In short: it's a local first note app which supports writing your own add-ons / plugin But I keep get...
- > AppwriteException: The requested servi...
When trying to read or write from my database I get the following error: > AppwriteException: The requested service is disabled. You can enable the service from...