Skip to content

fix: avoid unbounded dashboard collection reads - #3

Merged
davidrobertson merged 1 commit into
mainfrom
fix/dashboard-bounded-reads
Aug 21, 2026
Merged

fix: avoid unbounded dashboard collection reads#3
davidrobertson merged 1 commit into
mainfrom
fix/dashboard-bounded-reads

Conversation

@davidrobertson

Copy link
Copy Markdown
Owner

Summary

  • stop the dashboard from auto-loading five unbounded state collections
  • keep the bounded health, session, memory, graph, and audit cards accurate
  • mark consolidation details as deferred rather than reporting false zeros

Root cause

The local semantic collection is about 17 MB. Listing it crosses the iii worker response limit, unregisters all functions, and makes later dashboard endpoints return 500 or 404 until reconnect.

Verification

@davidrobertson
davidrobertson merged commit 57f3065 into main Aug 21, 2026
8 checks passed
@davidrobertson
davidrobertson deleted the fix/dashboard-bounded-reads branch August 21, 2026 13:39
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