mirror of
https://github.com/tale/headplane.git
synced 2026-08-25 11:56:49 +00:00
feat: overhaul hp_agent lifecycle handling
* Added backoff and liveness probes for better management * Switched IPC to a simple text based system * Lookups don't directly touch the agent now * Use the database as a source of truth
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
CREATE TABLE `host_info` (
|
||||
`host_id` text PRIMARY KEY NOT NULL,
|
||||
`payload` text,
|
||||
`updated_at` integer
|
||||
);
|
||||
Reference in New Issue
Block a user