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
as far as I can see there is a retry mechanism in on downloads of dependencies. The thing is that there seems to be no back off strategy implemented. The retry is just done right away:
It might make sense to have some kind of exponential back off there to give the download endpoint some time to recover if there are some serverside problems.
Please share your thoughts on this.
Best
stipx
The text was updated successfully, but these errors were encountered:
Right, I was wondering if you were thinking of a cap in the single second range or larger. Let me poll around some others and see what the consensus is and I’ll put something in.
Hi,
as far as I can see there is a retry mechanism in on downloads of dependencies. The thing is that there seems to be no back off strategy implemented. The retry is just done right away:
java-buildpack/lib/java_buildpack/util/cache/download_cache.rb
Lines 330 to 336 in 9d3bc19
It might make sense to have some kind of exponential back off there to give the download endpoint some time to recover if there are some serverside problems.
Please share your thoughts on this.
Best
stipx
The text was updated successfully, but these errors were encountered: