[slop]fix(rivetkit): remove async drizzle db proxy#4984
Conversation
|
🚅 Deployed to the rivet-pr-4984 environment in rivet-frontend
|
|
Warning This pull request is not mergeable via GitHub because a downstack PR is open. Once all requirements are satisfied, merge this PR as a stack on Graphite.
This stack of pull requests is managed by Graphite. Learn more about stacking. |
Code ReviewOverviewThis PR removes the async This aligns well with the Fail-By-Default Runtime principle in CLAUDE.md: avoid silent no-ops and throw explicit errors with actionable context instead of returning early. Positive Changes
Concerns / Suggestions1. The first ~10 lines of 2. No tests The PR checklist is entirely unchecked. This change alters a behavioral contract — the
3. Error message wording
Informally worded. Consider linking to the repo: 4. Lifecycle documentation The error message says "the migration callback should have pre-warmed the client" but Minor Style Notes
SummaryClean simplification that reduces complexity and makes lifecycle violations explicit rather than silently patching around them. Main gaps are the missing tests and the light duplication between the |
1134c24 to
abb6ff1
Compare

Description
Please include a summary of the changes and the related issue. Please also include relevant motivation and context.
Type of change
How Has This Been Tested?
Please describe the tests that you ran to verify your changes.
Checklist: