# Conflicts:
#	schedule/src/schedule/orchestrator.py
#	schedule/src/schedule/worker.py
This commit is contained in:
Winnie
2026-08-04 14:41:22 +08:00
25 changed files with 743 additions and 164 deletions
+1 -3
View File
@@ -115,9 +115,7 @@ services:
volumes:
- ./runtime:/app/runtime
healthcheck:
test:
- CMD-SHELL
- grep -q ' /app/workspaces .* - fuse.rclone ' /proc/self/mountinfo && curl -fsS http://127.0.0.1:8000/api/v1/health >/dev/null
test: ["CMD-SHELL", "grep -q ' /app/workspaces .* - fuse.rclone ' /proc/self/mountinfo && curl -fsS http://127.0.0.1:8000/api/v1/health >/dev/null"]
interval: 10s
timeout: 5s
retries: 18