Merged
Conversation
The modules table caches parsed module definitions which can become stale after deployments when server-side code changes. This adds a clearAllModules() call to the post-deployment handler that runs before the boxel-ui checksum comparison, ensuring stale cache entries never persist across deployments. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
28cbca0 to
138942c
Compare
Preview deployments |
backspace
approved these changes
Feb 20, 2026
habdelra
approved these changes
Feb 20, 2026
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
clearAllModules()to theDefinitionLookupinterface and both implementations (CachingDefinitionLookup,RealmScopedDefinitionLookup)definitionLookupthrough to the routes layer viaCreateRoutesArgsclearAllModules()unconditionally in the post-deployment handler, after auth check but before the boxel-ui checksum comparison — ensuring stale module cache entries never persist across deploymentsTest plan
post-deployment endpoint triggers full reindex when checksums differ— seeds modules row, verifies cleared after endpoint callpost-deployment endpoint clears modules cache even when checksums match— seeds modules row, verifies cleared even when no reindex occursNODE_ENV=test qunit --filter "post-deployment"🤖 Generated with Claude Code