jason
jason2mo ago

Background work

I think GPT O3 probably gave me a good response, but I want to confirm. There is no waitUntil but can either await it or use:
ctx.scheduler.runAfter(0, internal.analytics.trackUserSignup, {
userId
});
ctx.scheduler.runAfter(0, internal.analytics.trackUserSignup, {
userId
});
Downside here is inefficiency of an extra HTTP request. a waitUntil would be useful, if possible to implement on Convex
1 Reply
jamwt
jamwt2mo ago
There's no extra http request!

Did you find this page helpful?