chore(release): staging to production - 2026.03.13 - #1014
Merged
Conversation
Full-cleanup branch: replace unbounded find() with keyset-paginated while loop accumulating all chunks into a single docs[] array, then calling upsert() once. Preserves the single indexStartDt boundary required by record manager full-cleanup semantics - splitting upsert() calls causes later calls to delete earlier keys. Non-full path: replace count()+skip offset pagination with MoreThan(lastId) keyset cursor on UUID PK, eliminating race condition where concurrent writes shift pages.
…quality improvements
- Move delete-before-save to delete-after-save in both _saveChunksToStorage and syncAndRefreshChunks: old chunks are preserved until all new chunks are confirmed persisted - Add per-batch error handling so partial failures set status STALE and preserve completed batches rather than throwing all-or-nothing - Replace sequential one-by-one saves in syncAndRefreshChunks with SAVE_BATCH_SIZE-batched parallel saves matching the existing pattern - Derive totalChunks/totalChars from actual persisted counts, not expected values from the chunk response - Add durability contract comments to both save paths documenting the SYNCING -> SYNC/STALE state machine and safe-delete-timing mechanism
fix(documentstore): resolve large dataset load failures in preview/process
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
maxtechera
temporarily deployed
to
staging - aai-unified2-flowise-moonstruck
March 13, 2026 21:45 — with
Render
Inactive
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.
🚀 Release: Staging to Production
Release Date: 2026-03-13
Changes in this release
This PR is automatically created/updated when commits are pushed to staging.
Merging this PR will trigger the release workflow to create a new GitHub release.