Skip to content

Commit 6fade53

Browse files
sorenbsclaude
andcommitted
wc-ladder: deploy retry budget 6 -> 12 attempts (a transient platform 500 window outlasted 3 min and killed a multi-gen rung at gen 0)
Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
1 parent bc9e76b commit 6fade53

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

bench/soak/wc-ladder.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -126,7 +126,7 @@ deploy() {
126126
[ -n "$SVC" ] && SVCARG=(--service "$SVC")
127127
( cd "$DIR"
128128
local DEPLOYED=0 OUT_CLI=""
129-
for ATT in 1 2 3 4 5 6; do
129+
for ATT in $(seq 1 12); do
130130
if OUT_CLI=$(bunx --bun @prisma/compute-cli@0.39.0 deploy --project "$DP" ${SVCARG[@]+"${SVCARG[@]}"} \
131131
--region "$DR" --path . --http-port 8080 --service-name "soak-$ROLE-$DR" "$@" \
132132
2>&1 | grep -viE 'resolving|resolved|saved'); then DEPLOYED=1; break; fi

0 commit comments

Comments
 (0)