Use state-logs blob store for state uploads#42
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>
Code Review — PR #42Overall: Single-line change switching blob store from Note
Generated by Claude Code |
|
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 |
|
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 |
IamJasonBian
left a comment
There was a problem hiding this comment.
Stale — can be closed (subsumed by other PRs)
This PR's only change (STORE_NAME = "order-book" → "state-logs" in blob_logger.py) is already included identically in both PR #50 and PR #52. Merging this separately would just create unnecessary merge conflicts for those PRs.
Recommendation: Close this PR and let the blob store rename land via whichever of #50 or #52 merges first.
Generated by Claude Code
Summary
Switching UI to render based backend. Having local client point to state-logs for now while we work through local testing.