fix(release): add retry logic to curl API calls #15

Merged
argoyle merged 1 commits from fix-curl-retry into main 2026-01-14 14:14:26 +00:00

1 Commits

Author SHA1 Message Date
argoyle a9458d03dd fix(release): add retry logic to curl API calls
Add --retry 3 --retry-delay 2 --retry-connrefused to all Gitea API
curl calls to handle transient connection failures. This addresses
intermittent exit code 7 (connection refused) errors when the K8s
internal service briefly drops connections.

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2026-01-14 15:08:17 +01:00