diff options
| author | soryu <soryu@soryu.co> | 2026-02-01 00:20:55 +0000 |
|---|---|---|
| committer | soryu <soryu@soryu.co> | 2026-02-01 00:25:43 +0000 |
| commit | bb14010db99b40792372bfcb4348cf4984f30b3f (patch) | |
| tree | d5c12af5ce8e87430daad3f80a979157233e8644 /makima/migrations/20250119000000_add_task_retry_tracking.sql | |
| parent | 7567153e6281b94e39e52be5d060b381ed69597d (diff) | |
| download | soryu-bb14010db99b40792372bfcb4348cf4984f30b3f.tar.gz soryu-bb14010db99b40792372bfcb4348cf4984f30b3f.zip | |
feat: Implement Phase 3 Tasks 3.1 and 3.2 - SupervisorState enum and Heartbeat Infrastructure
Task 3.1: Enhanced Supervisor State Enum
- Add SupervisorStateEnum with states: Initializing, Idle, Working, WaitingForUser,
WaitingForTasks, Blocked, Completed, Failed, Interrupted
- Implement Display, FromStr, Default, and serde serialization
- Add SupervisorHeartbeatRecord and SupervisorHeartbeatRequest structs
Task 3.2: Heartbeat Infrastructure
- Create supervisor_heartbeats migration with proper indexes and constraints
- Add heartbeat storage functions to repository.rs:
- create_supervisor_heartbeat
- get_latest_supervisor_heartbeat
- get_supervisor_heartbeats
- get_contract_supervisor_heartbeats
- cleanup_old_heartbeats (24 hour TTL support)
- find_stale_supervisors (for dead supervisor detection)
- Add SupervisorHeartbeat message to protocol.rs with enhanced fields
- Update mesh_daemon.rs to process and store supervisor heartbeats
- Add unit tests for SupervisorStateEnum and heartbeat serialization
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
Diffstat (limited to 'makima/migrations/20250119000000_add_task_retry_tracking.sql')
0 files changed, 0 insertions, 0 deletions
