feat: add metadata-based script timeouts with validation and request timeout handling

This commit is contained in:
2026-02-24 22:48:57 +08:00
parent 97b337e143
commit cdc91d7ffd
6 changed files with 166 additions and 10 deletions

View File

@@ -165,6 +165,7 @@ Run with compose:
```bash
# optional: export HOST_API_TOKEN=your-token
# optional: export HOST_PORT=8080
# optional: export MAX_RUN_CONCURRENCY=8
docker compose up -d --build
```