Hamada
Hamada16mo ago

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
ballingt
ballingt16mo ago
Convex functions are always (or never) warm, they're more like edge functions than traditional serverless with a cold start.
jamwt
jamwt16mo ago
Convex functions are always hottt
Hamada
HamadaOP16mo ago
Thanks guys!

Did you find this page helpful?