ui: archive upload mode + lint stub, fix stress warmup output, add descriptions

This commit is contained in:
“Naeel”
2026-05-03 17:14:25 +04:00
parent 2af39ff3e2
commit e9853a4bc0
6 changed files with 436 additions and 17 deletions
+2
View File
@@ -129,8 +129,10 @@ for i in $(seq 1 "$INVOKE_COUNT"); do
-H "X-Auth-Token: ${INVOKE_SUB}" -H "Content-Type: application/json" -d '{}')
ST=$(json_field "$R" status)
[ "$ST" = "200" ] && break
echo " прогрев функции $i/$INVOKE_COUNT: попытка $try/12..."
sleep 5
done
echo " функция $i/$INVOKE_COUNT — готова"
done
for i in $(seq 1 "$INVOKE_COUNT"); do