DEVX-164: Increase HTTP 500 retry count and backoff for docker push #311

Merged
kireto merged 1 commits from DEVX-164-increase-retry into master 2026-08-26 14:27:59 +00:00
1 Commits
Author SHA1 Message Date
emil 0794c93066 fix: increase HTTP 500 retry count to 5 with longer backoff and visible logging
CI / validate (pull_request) Successful in 1m4s
CI / auto-merge (pull_request) Successful in 15s
The Gitea registry's offset mismatch race condition needs more than
~15s to recover. Increase retries from 3 to 5 and backoff from 5-20s
to 10-60s exponential, giving up to ~2 minutes of recovery time.
Add before_sleep logging so retries are visible in CI output.

# Implements: REQ-1, REQ-2, REQ-3
2026-08-26 16:25:57 +02:00