You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix(api): Retry API requests on DNS resolution failure
When DNS resolution fails (CURLE_COULDNT_RESOLVE_HOST), the CLI now
retries the request using the existing exponential backoff retry
mechanism. This addresses intermittent DNS failures that were causing
~5-10% of builds to fail.
Fixes#2763
Co-Authored-By: Claude Opus 4.5 <[email protected]>
0 commit comments