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(cli): Add timeout to build upload polling loop
The polling loop in `build upload` could infinite loop when the server
returns a pending state (Created/Assembling) without an artifact_url.
Add a 5-minute timeout and 1-second sleep between iterations, matching
the pattern used in the existing poll_assemble function.
Fixes#2942
Co-Authored-By: Claude <noreply@anthropic.com>
0 commit comments