Jiayuan
67f1f49b09
fix(daemon): prevent stuck tasks from blocking queue and add concurrent execution
- Expand FailAgentTask SQL to accept dispatched OR running status
- Add FailStaleTasks server-side sweeper (dispatched >5min, running >2.5h)
- Fix daemon handleTask to fail tasks on all error paths (StartTask, CompleteTask)
- Make daemon poll loop concurrent with semaphore (default 20 parallel tasks)
- Raise default agent max_concurrent_tasks from 1 to 6 (migration 023)
- Add --max-concurrent-tasks CLI flag and MULTICA_DAEMON_MAX_CONCURRENT_TASKS env
2026-03-30 03:08:52 +08:00
..
2026-03-20 17:55:49 +08:00
2026-03-24 18:12:06 +08:00
2026-03-23 18:31:25 +08:00
2026-03-23 18:31:25 +08:00
2026-03-23 18:34:51 +08:00
2026-03-23 18:34:51 +08:00
2026-03-24 12:03:14 +08:00
2026-03-24 12:03:14 +08:00
2026-03-24 12:03:14 +08:00
2026-03-24 12:03:14 +08:00
2026-03-24 15:59:11 +08:00
2026-03-24 15:59:11 +08:00
2026-03-24 18:12:06 +08:00
2026-03-24 18:12:06 +08:00
2026-03-25 15:17:59 +08:00
2026-03-25 15:17:59 +08:00
2026-03-26 14:32:30 +08:00
2026-03-26 14:32:30 +08:00
2026-03-26 14:32:30 +08:00
2026-03-26 14:32:30 +08:00
2026-03-26 14:32:30 +08:00
2026-03-26 14:32:30 +08:00
2026-03-26 15:44:10 +08:00
2026-03-26 17:17:23 +08:00
2026-03-26 18:28:36 +08:00
2026-03-26 18:28:36 +08:00
2026-03-27 15:49:30 +08:00
2026-03-27 15:49:30 +08:00
2026-03-28 19:33:20 +08:00
2026-03-28 19:33:20 +08:00
2026-03-28 19:33:20 +08:00
2026-03-28 20:24:07 +08:00
2026-03-28 21:53:08 +08:00
2026-03-28 21:53:08 +08:00
2026-03-28 22:04:35 +08:00
2026-03-28 22:04:35 +08:00
2026-03-29 00:22:17 +08:00
2026-03-29 00:22:17 +08:00
2026-03-29 16:49:55 +08:00
2026-03-29 16:49:55 +08:00
2026-03-29 16:53:28 +08:00
2026-03-29 16:53:28 +08:00
2026-03-29 17:01:07 +08:00
2026-03-29 17:01:07 +08:00
2026-03-29 17:52:35 +08:00
2026-03-29 17:52:35 +08:00
2026-03-30 03:08:52 +08:00
2026-03-30 03:08:52 +08:00