test: final CI verification #31

Merged
jerome merged 8 commits from feat/ci-test-final into main 2026-07-06 04:05:39 +00:00
Showing only changes of commit e7b658e3f7 - Show all commits
+4
View File
@@ -449,6 +449,10 @@ class ZulipAdapter(BasePlatformAdapter):
except Exception:
pass
# Clear stale errors on successful poll cycle
self._health_stats["last_error_msg"] = None
self._health_stats["last_error_at"] = None
# Gen 4: Heartbeat logging — prove poll loop is alive
now = time.time()
if now - self._last_heartbeat_time > HEARTBEAT_INTERVAL: