fleet: account bootstrap staging — root creator, per-account bootstrap, morning runbook

This commit is contained in:
2026-08-29 16:13:02 -05:00
parent 7b6d4454d5
commit e8a7d3b347
4 changed files with 79 additions and 1 deletions
+1 -1
View File
@@ -17,7 +17,7 @@ set -uo pipefail
METRICS=${METRICS:-/home/_crossfeed/metrics}
ACTIVE="$METRICS/active"
MAX=${MAX_CONCURRENT:-2} # headroom of 1 below z.ai cap for interactive PMO use
MAX=${MAX_CONCURRENT:-3} # headroom of 1 below z.ai cap for interactive PMO use
STALE_SECS=${STALE_SECS:-1800}
mkdir -p "$ACTIVE" 2>/dev/null || true