Dashboardopencode-loreEmbedding SELF_HEAL_INTERVAL_MS latches

Embedding SELF_HEAL_INTERVAL_MS latches

Category: architecture
Confidence: 1.00
ID: 01a0a06d-06d5-765c-9cec-15671c14cb8f
Project ID: 6f4be9ff-ed84-4cca-a9e7-732a0b0b8677
Cross-project: No
Recalled in other projects: 0
Source session: 0IxrNA1DXwHaouNJs
Created: 2026-09-14 14:58:14
Updated: 2026-09-14 14:58:14

Content

Chose permanently latching only localStackMissing over permanently disabling every failed embedding worker because recovery from a missing optional stack requires reinstall, while WASM-fatal errors, floor OOM, transient-init exhaustion, and non-zero exits may recover with a fresh worker. Probe those recoverable states every SELF_HEAL_INTERVAL_MS (6 hours). lastSelfHealAt = 0 means no probe has run, so the first tick is primed.

Move to: