konsisumer
88588b6159
fix(kanban): extend stale claim instead of killing live worker
...
Workers running slow models (e.g. kimi-k2.6) can spend longer than
DEFAULT_CLAIM_TTL_SECONDS inside a single tool-free LLM call, making
no tool calls and therefore not heartbeating. release_stale_claims
previously reclaimed these healthy workers, producing the
spawn-then-immediately-reclaim loop reported in #23025 .
When a stale-by-TTL claim's host-local worker PID is still alive,
extend the claim (emit a claim_extended event) rather than killing
it. enforce_max_runtime / detect_crashed_workers remain the upper
bounds for genuinely wedged or dead workers. Reclaim events now also
record claim_expires, last_heartbeat_at, worker_pid, and host_local
so operators can see why a worker was killed.
2026-05-10 15:23:04 -07:00
..
2026-05-07 09:22:48 -07:00
2026-05-07 06:16:23 -07:00
2026-05-08 14:27:40 -07:00
2026-05-08 14:27:40 -07:00
2026-05-08 14:27:40 -07:00
2026-04-28 06:46:45 -07:00
2026-05-08 14:27:40 -07:00
2026-05-09 04:10:35 -07:00
2026-04-28 22:11:10 -07:00
2026-04-14 16:11:37 -07:00
2026-05-06 05:44:35 -07:00
2026-05-07 22:56:19 +00:00
2026-04-13 16:32:04 -07:00
2026-04-11 13:14:32 -05:00
2026-05-09 23:17:25 -07:00
2026-03-30 17:07:21 -07:00
2026-05-10 13:06:25 -07:00
2026-05-09 13:36:44 -07:00
2026-05-09 17:53:35 -07:00
2026-05-07 05:09:39 -07:00
2026-05-04 12:31:01 -07:00
2026-05-09 18:43:40 -07:00
2026-05-04 01:36:44 -07:00
2026-05-03 11:42:20 -07:00
2026-03-26 01:34:27 -07:00
2026-04-28 06:46:45 -07:00
2026-05-09 13:36:33 -07:00
2026-05-05 10:13:13 -07:00
2026-05-08 14:27:40 -07:00
2026-04-26 06:19:04 -07:00
2026-05-09 14:34:18 -07:00
2026-05-09 17:54:17 -07:00
2026-05-07 17:33:09 -07:00
2026-05-08 14:27:40 -07:00
2026-05-10 15:23:04 -07:00
2026-05-05 13:55:37 -07:00
2026-05-07 13:04:41 -07:00
2026-05-09 22:49:29 -07:00
2026-04-11 17:23:36 -07:00
2026-05-10 13:07:08 -07:00
2026-05-09 11:11:28 -07:00
2026-05-08 14:27:40 -07:00
2026-05-08 14:27:40 -07:00
2026-05-06 09:08:33 -07:00
2026-05-09 23:17:25 -07:00
2026-05-10 12:12:55 -07:00
2026-05-06 10:05:29 -07:00
2026-05-09 14:36:58 -07:00
2026-05-07 07:18:21 -07:00
2026-04-29 21:56:51 -07:00
2026-05-09 11:10:04 -07:00
2026-05-10 07:09:28 -07:00
2026-05-08 10:04:32 -07:00
2026-05-09 04:10:35 -07:00
2026-04-30 04:32:11 -07:00
2026-05-09 12:48:14 -07:00
2026-05-08 14:27:40 -07:00
2026-05-08 14:27:40 -07:00
2026-05-09 17:54:58 -07:00
2026-05-10 12:12:55 -07:00
2026-04-29 04:03:03 -07:00
2026-05-08 14:27:40 -07:00
2026-05-06 14:01:56 -07:00
2026-05-08 17:01:12 -07:00
2026-05-04 05:14:13 -07:00
2026-05-08 14:27:40 -07:00
2026-04-26 20:48:20 -07:00
2026-05-08 14:27:40 -07:00
2026-05-10 13:07:08 -07:00
2026-05-08 14:27:40 -07:00
2026-04-29 07:22:33 -07:00
2026-05-06 15:49:59 -07:00
2026-05-10 07:04:18 -07:00
2026-04-29 04:03:03 -07:00