docs: document RenderOptions.waitUntil#13744
Conversation
✅ Deploy Preview for astro-docs-2 ready!Built without sensitive environment variables
To edit notification comments on pull requests, go to your Netlify project configuration. |
Lunaria Status Overview🌕 This pull request will trigger status changes. Learn moreBy default, every PR changing files present in the Lunaria configuration's You can change this by adding one of the keywords present in the Tracked Files
Warnings reference
|
|
Companion docs PR for withastro/astro#16187. Since this documents a new public option that is not released yet, this should likely follow the usual |
|
Hello! Thank you for opening your first PR to Astro’s Docs! 🎉 Here’s what will happen next:
|
ArmandPhilippot
left a comment
There was a problem hiding this comment.
Thanks for the fix and the docs! I left a few suggestions, especially around the code snippet, as I'm not sure if it's currently useful.
And, please use our PR template the next time.
|
Thanks for the suggestions, that makes sense. I’ve applied the updates:
|
ArmandPhilippot
left a comment
There was a problem hiding this comment.
Thanks for the updates, LGTM too!
Description
Documents the new
RenderOptions.waitUntil()option added by withastro/astro#16187.This explains how adapter authors can forward a runtime
waitUntil()hook toapp.render()so runtime cache providers can schedule background work without blocking the response.Related issues & labels
For Astro version:
6.2.0. See astro PR withastro/astro#16187.