Docs: update env-var pickup timing for API/SDK updates - #541
Closed
devin-ai-integration[bot] wants to merge 1 commit into
Closed
Docs: update env-var pickup timing for API/SDK updates#541devin-ai-integration[bot] wants to merge 1 commit into
devin-ai-integration[bot] wants to merge 1 commit into
Conversation
Environment variables set via the API or SDK are picked up on the next HTTP request against a warm isolate without a redeploy. UI/settings-page updates may still require a redeploy. Tested live on Val Town, 2026-08-17. Co-Authored-By: Steve Krouse <steveykrouse@gmail.com>
Contributor
Author
🤖 Devin AI EngineerI'll be helping with this pull request! Here's what you should know: ✅ I will automatically:
Note: I can only respond to comments from users who have write access to this repository. ⚙️ Control Options:
|
Deploying val-town-docs with
|
| Latest commit: |
f7ccd91
|
| Status: | ✅ Deploy successful! |
| Preview URL: | https://c836e2ed.val-town-docs.pages.dev |
| Branch Preview URL: | https://devin-1786999893-env-var-pic.val-town-docs.pages.dev |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Updates the environment variables reference page to match the observed behavior for API/SDK updates: they are picked up on the next HTTP request against a warm isolate without needing a redeploy.
Live test: a val reading
Deno.env.get("TEST_ENV_PICKUP")returned unset on the first request, then returned the newly set value on the very next request after the variable was created via the API/SDK.Link to Devin session: https://app.devin.ai/sessions/783c5efafc3a45f386dcec6235be53ca
Requested by: @stevekrouse