DanTheGoodmanD
Convex Community7mo ago
4 replies
DanTheGoodman

Does the function runtime stay alive while the event loop is still active? (background promises)

I'm looking at ways to get my logs out to our existing observability platform (loki-compatible api). I think the best way to do this is to have my logger async upload logs to the sink, will the function keep running after I return a response? (query, action, mutation), or will the environment be immediately shut down once the function returns?
Was this page helpful?