Chanchana
CCConvex Community
•Created by Chanchana on 8/1/2023 in #support-community
Do Convex actions have a timeout? If so, how long?
1. Does convex actions have limited timeout threshold similar to Vercel?
2. How would you implement something that requires long await time e.g. sending an API to a AI image generator that is experiencing cold start so it takes around 20 seconds?
- Would you break it into 2 steps i.e. send image generation request, then let the API call the webhook on the way back.
- Or would you just request the image generation process and await for 20 seconds inside convex action?
35 replies
CCConvex Community
•Created by Chanchana on 7/29/2023 in #support-community
Does Convex work with SvelteKit?
I'm a new to webdev and want to know whether I can use the NodeJS tutorial to make Convex work with SvelteKit.
https://docs.convex.dev/quickstart/nodejs
4 replies