release-verify: add diagnostics for 503 errors
ci-deploy / build-deploy-test (push) Successful in 1m11s

- Enhanced wait-for-url.sh to capture HTTP status, response time, and size on failure
- Added full response capture in release-verify.yml for debugging customer URL issues
This commit is contained in:
2026-04-28 17:11:15 +03:00
parent e80eeb69e0
commit 3803549a5e
2 changed files with 4 additions and 0 deletions
+2
View File
@@ -53,6 +53,8 @@ jobs:
echo "--- second hit on the same dict (expect HIT if nginx caches) ---"
curl -sSI -A "$UA" --max-time 10 \
http://flights-ui.devwebzavod.ru/api/dictionary/1/world_regions | grep -iE "^HTTP|x-cache|x-envoy" || true
echo "--- Full response from /ru-ru/onlineboard (for debugging 503) ---"
curl -s -A "$UA" --max-time 10 http://flights-ui.devwebzavod.ru/ru-ru/onlineboard | head -30 || true
- name: Notify (success)
if: success() && env.TELEGRAM_BOT_TOKEN != ''