From 60900fee0cb43ee70d68f28ab1e6d7dc8603f696 Mon Sep 17 00:00:00 2001 From: Cal Corum Date: Fri, 20 Feb 2026 00:50:51 -0600 Subject: [PATCH] episode: [homelab] Fix _save_state race condition losing last_reflection timestamp --- episodes/2026-02-20.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/episodes/2026-02-20.md b/episodes/2026-02-20.md index 9713dd921bd..42c094e0193 100644 --- a/episodes/2026-02-20.md +++ b/episodes/2026-02-20.md @@ -39,3 +39,11 @@ ## 00:47 - Systemd OnCalendar=weekly and OnCalendar=daily fire simultaneously on Sundays/Mondays - always stagger shared-state timers - **Type:** insight - **Tags:** systemd, timer, gotcha, race-condition, cognitive-memory, scheduling + +## 00:50 - [homelab] Fix _save_state race condition losing last_reflection timestamp +- **Type:** fix +- **Tags:** homelab, commit, configuration, fix, session-log +- **Memory:** [homelab-fix-save-state-race-condition-losing-last-reflection-d4fe17](graph/fixes/homelab-fix-save-state-race-condition-losing-last-reflection-d4fe17.md) +- **Summary:** Commits made: 1 + - Fix _save_state race condition losing last_reflection timestamp +Work types: