fix: quarantine kanban boards after sqlite disk I/O errors#31226
fix: quarantine kanban boards after sqlite disk I/O errors#31226thebryce15 wants to merge 1 commit into
Conversation
|
@ddblue0's testing in #31736 characterized this as "works as a mitigation" rather than a root fix, that framing's accurate. The persistent-connection refactor in that thread is the real root direction; this is defensive depth for when I/O errors still slip through. I won't be driving review follow-up myself; deferring disposition to maintainers. Keep as mitigation, close in favor of the root fix, merge alongside it, all fine on my end. |
|
Closing as superseded — different direction than the one that landed. This PR proposes latching the dispatcher when SQLite raises The corrupt-board latch already exists on main via |
Summary
Test Plan