event.waitUntil() or event.context.waitUntil()
Here is the CF doc https://developers.cloudflare.com/workers/runtime-apis/context/
I tried both but none seem to work in local dev server.
I couldn't find any answer about it searching on the discord. Do you have an idea ?
Cloudflare Docs
Context (ctx) | Cloudflare Workers docs
The Context API in Cloudflare Workers, including waitUntil and passThroughOnException.
2 Replies
GitHub
feat:
event.waitUntil
with cloudflare integration by pi0 Β· Pull R...π Linked issue
β Type of change
π Documentation (updates to the documentation or readme)
π Bug fix (a non-breaking change that fixes an issue)
π Enhancement (improving an existing functionali...
you can inspect
event.context.nitro._waitUntilPromises
to debug