jasonJ
Convex Community7mo ago
25 replies
jason

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
});

Downside here is inefficiency of an extra HTTP request. a waitUntil would be useful, if possible to implement on Convex
Was this page helpful?