feat: rewrite code queue manager in rust

This commit is contained in:
Codex
2026-05-17 13:47:45 +00:00
parent 5bb59e591b
commit 22b02e7ce9
5 changed files with 3432 additions and 10 deletions
+1 -1
View File
@@ -230,7 +230,7 @@ services:
volumes:
- ${UNIDESK_LOG_DIR}:/var/log/unidesk
healthcheck:
test: ["CMD", "bun", "-e", "fetch('http://127.0.0.1:4278/health').then(r=>process.exit(r.ok?0:1)).catch(()=>process.exit(1))"]
test: ["CMD", "code-queue-mgr", "--healthcheck"]
interval: 5s
timeout: 3s
retries: 20