Use state-logs blob store for state uploads#42
Open
IamJasonBian wants to merge 1 commit into
Open
Conversation
Changed the default Netlify Blob store from 'order-book' to 'state-logs' to write state snapshots directly to long-term storage while the UI manages the cut-over between blob stores. This allows the UI to handle reading from both old (order-book) and new (state-logs) blob stores during the transition period without the archive workflow interfering by moving blobs between stores. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>
7 tasks
Owner
Author
Code Review — PR #42Overall: Single-line change switching blob store from Note
Generated by Claude Code |
Owner
Author
|
Stale PR notice — This PR has been open for 41 days with no new commits since Mar 2. The single-line blob-store rename is also bundled into #45 and #50, so it will likely be subsumed by whichever lands first. Base SHA is significantly behind Generated by Claude Code |
Owner
Author
|
Stale — 8 weeks, no activity since Mar 2. This single-line blob-store rename is already bundled into PRs #45 and #50. It will be superseded by whichever of those lands first. Recommend closing as duplicate. Generated by Claude Code |
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
Switching UI to render based backend. Having local client point to state-logs for now while we work through local testing.