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
Owner

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

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>
argoyle added 1 commit 2026-01-14 14:13:57 +00:00
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>
argoyle merged commit c564063d20 into main 2026-01-14 14:14:26 +00:00
argoyle deleted branch fix-curl-retry 2026-01-14 14:14:27 +00:00
Sign in to join this conversation.