perf(web): queue dashboard tile hydration #45
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "codex/dashboard-hydration-scheduler"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Summary
Adds a client-side dashboard tile hydration scheduler with bounded concurrency, priority ordering, and per-tile failure backoff.
Why
Independent tile hydration should avoid launching every live datasource request at once, while still keeping important dashboard state fresh first.
Changes
Testing
Notes