Keeping Convex functions warm? (avoidin cold starts)
Hi everyone!
I have a quick question regarding convex backend functions (when making external API calls) which I couldn't find in the docs. Do they stay warm? Or do they go cold if not used and then warm up.
I'm asking because I will be creating a backend function which needs to respond as quickly as possible for the UX to be good so having to wait for the function to warm up will not be good.
3 Replies