hyperhive/hive-c0re/src/job_queue
Repository files (latest commit first)
Filename Latest commit message Latest commit date
müde 2486251b32 fix: close second review round on the queue-routed CLI
- subvol upgrade waits for the queued stop DAG before migrating (was
  snapshotting + swapping state under a live bind mount) and for the
  restart job after
- history trim gets a 5-min grace for fresh terminals so broad
  stop/start waits can't miss a failed DAG evicted by the per-template
  cap (cap still applies past the grace)
- restart-all returns its DAG ids so hivectl actually waits
- hard stops await their agent DAGs (bounded) before infra goes down,
  restoring the agents-before-infra invariant
- hivectl wait uses node-level terminality so the after-any recovery
  reconcile is watched to completion; infra render errors no longer
  skip watching already-queued agent DAGs
- fold hive-bash-mcp's last local now_unix into wire_time
2026-07-06 22:57:28 +02:00
..
exec.rs fix(hive-c0re): close review findings on the job-DAG queue 2026-07-06 21:44:43 +02:00
mod.rs fix: close second review round on the queue-routed CLI 2026-07-06 22:57:28 +02:00
model.rs feat(hivectl): queue-routed lifecycle verbs with wait + DAG progress 2026-07-06 22:30:49 +02:00
scheduler.rs fix(hive-c0re): close review findings on the job-DAG queue 2026-07-06 21:44:43 +02:00
submit.rs fix(hive-c0re): close review findings on the job-DAG queue 2026-07-06 21:44:43 +02:00
templates.rs fix(hive-c0re): close review findings on the job-DAG queue 2026-07-06 21:44:43 +02:00
tests.rs fix: close second review round on the queue-routed CLI 2026-07-06 22:57:28 +02:00