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
After a DEBUG: Making API Call to ... line, the queue step exited with status code 35.
I think the status code is from curl, for which 35 represents SSL connect error. The SSL handshaking failed.. This failure only happens intermittently; I guess there could be some transient flakiness in CircleCI's network or servers.
Expected behavior
The queue step should not fail. Perhaps curl runs should all be done with retries to work around these intermittent issues, either with a shell loop or using curl's own retry mechanisms (though, last I checked, the version available was too old to support --retry-all-errors, which I think is what you would want).
The text was updated successfully, but these errors were encountered:
dzhu
changed the title
[1.12.0] queue step exits with status code 35
[2.2.1/1.12.0] queue step exits with status code 35
Apr 14, 2023
Orb version
2.2.1/1.12.0
What happened
https://circleci.com/gh/determined-ai/determined/1329921
https://circleci.com/gh/determined-ai/determined/1274126
After a
DEBUG: Making API Call to ...
line, the queue step exited with status code 35.I think the status code is from
curl
, for which 35 representsSSL connect error. The SSL handshaking failed.
. This failure only happens intermittently; I guess there could be some transient flakiness in CircleCI's network or servers.Expected behavior
The queue step should not fail. Perhaps
curl
runs should all be done with retries to work around these intermittent issues, either with a shell loop or usingcurl
's own retry mechanisms (though, last I checked, the version available was too old to support--retry-all-errors
, which I think is what you would want).The text was updated successfully, but these errors were encountered: