multica/server/cmd/multica
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
..
cmd_agent.go fix(handler): attribute agent CLI actions to agent identity 2026-03-30 02:41:51 +08:00
cmd_auth.go fix(cli): always update server_url on login 2026-03-30 01:49:07 +08:00
cmd_auth_test.go Improve local CLI auth and skills UX 2026-03-27 18:32:56 +08:00
cmd_compat_test.go feat(cli): restructure CLI commands for better UX 2026-03-29 01:43:45 +08:00
cmd_config.go feat(cli): restructure CLI commands for better UX 2026-03-29 01:43:45 +08:00
cmd_daemon.go fix(daemon): prevent stuck tasks from blocking queue and add concurrent execution 2026-03-30 03:08:52 +08:00
cmd_issue.go fix(cli): rune-safe truncateID, consistent client construction, add --output to status cmd 2026-03-27 14:12:16 +08:00
cmd_issue_test.go fix: address PR #149 review findings 2026-03-27 16:15:58 +08:00
cmd_login.go feat(cli): restructure CLI commands for better UX 2026-03-29 01:43:45 +08:00
cmd_repo.go feat(daemon): agent-driven repo checkout with bare clone cache 2026-03-29 19:37:48 +08:00
cmd_version.go refactor(release): rename multica-cli to multica 2026-03-25 17:34:29 +08:00
cmd_workspace.go feat(cli): restructure CLI commands for better UX 2026-03-29 01:43:45 +08:00
main.go feat(daemon): agent-driven repo checkout with bare clone cache 2026-03-29 19:37:48 +08:00