Add retry logic for network calls in prone to error environments #9
HeavyWombat
started this conversation in
General
Replies: 1 comment 2 replies
-
@HeavyWombat would it be possible to share a complete build log where this occurred? "Executing build process" is a pretty generic log line; I'm wondering which buildpacks/build processes are typically impacted by network flakes. For what it's worth, I've definitely seen something similar when building Java apps that pull in a whole ton of dependencies. |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I was wondering whether there would be an option to allow for a retry logic for certain network calls (i.e. downloads). The use case is that in our backend system the build of a Go app starts but fails with a
read tcp 194.31.147.142:40042->12.225.252.87:443: read: connection reset by peer
during Executing build process, which fails the whole build. So it would interesting to know if there could be an option to either retry an individual call within the build, or the build process itself automatically. Thanks in advance for your feedback.Beta Was this translation helpful? Give feedback.
All reactions