feat: parallelize worker rebuilds with retry and timeout
Some checks failed
Terraform Plan / Terraform Plan (push) Has been cancelled

This commit is contained in:
2026-02-28 22:15:40 +00:00
parent 23a85cc099
commit f5d9eba9d0
2 changed files with 63 additions and 3 deletions

View File

@@ -105,6 +105,12 @@ $EDITOR ./scripts/inventory.env
./scripts/rebuild-and-bootstrap.sh
```
Optional tuning env vars:
```bash
WORKER_PARALLELISM=2 REBUILD_TIMEOUT=45m REBUILD_RETRIES=2 ./scripts/rebuild-and-bootstrap.sh
```
3. If you only want to reset Kubernetes state on existing VMs:
```bash