Skip to content

materialize: delete superseded blobs (quota blowout fix) - #421

Merged
Flotapponnier merged 1 commit into
devfrom
feat/per-chain-bench-pages
Jun 12, 2026
Merged

materialize: delete superseded blobs (quota blowout fix)#421
Flotapponnier merged 1 commit into
devfrom
feat/per-chain-bench-pages

Conversation

@Flotapponnier

Copy link
Copy Markdown
Collaborator

Root cause of the frozen store: every sweep writes a new content-hash blob (dataAsOf changes each time) and the 24h TTL let ~4300 orphan blobs pile up overnight, blowing the Upstash 256MB quota; every write then failed http 400 while the worker looked alive. publishSnapshot now deletes the previously-pointed blob right after the swap, TTL drops to 2h as safety net. The full DB has been purged of ocb:mat:* (4345 keys) and the worker rebuilt.

@Flotapponnier
Flotapponnier merged commit cf9afd1 into dev Jun 12, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant