Skip to content

Cache wallet status in /api/status to fix Mission Control showing 0 b… - #13

Merged
BSVanon merged 2 commits into
mainfrom
fix/wallet-status-cache
Mar 1, 2026
Merged

Cache wallet status in /api/status to fix Mission Control showing 0 b…#13
BSVanon merged 2 commits into
mainfrom
fix/wallet-status-cache

Conversation

@BSVanon

@BSVanon BSVanon commented Mar 1, 2026

Copy link
Copy Markdown
Owner

…alance

wallet.balance() + listOutputs() were timing out (>10s) on every 15s poll, causing wallet: null in the response. 30s cache with stale-while-revalidate prevents DB contention. Timeout raised to 15s, failures now logged.

BSVanon and others added 2 commits February 28, 2026 21:46
…alance

wallet.balance() + listOutputs() were timing out (>10s) on every 15s poll,
causing wallet: null in the response. 30s cache with stale-while-revalidate
prevents DB contention. Timeout raised to 15s, failures now logged.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
@BSVanon
BSVanon merged commit 5926132 into main Mar 1, 2026
5 checks passed
@BSVanon
BSVanon deleted the fix/wallet-status-cache branch March 7, 2026 14:06
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