cirruslabs / cirrus-ci-agent

Agent to execute Cirrus CI tasks
Mozilla Public License 2.0
13 stars 6 forks source link

Artifacts upload: check CloseAndRecv() error #251

Closed edigaryev closed 2 years ago

edigaryev commented 2 years ago

See https://github.com/cirruslabs/cirrus-ci-docs/discussions/1075.

The actual error is Read timed out, so perhaps if the retry mechanism in the agent doesn't work, we may want to tune the keep-alives/timeouts in the gRPC accordingly.

fkorotkov commented 2 years ago

Where do you see the Read timed out?