Open morucci opened 9 years ago
On what calls do you aim to use it ? all of them ?
Basically to replace each direct call to wget or curl (at least in *.install files). This is to solve those issues:
Have a look here http://softwarefactory.enovance.com/_r/%7C/c/428/
For -m, --max-time
For the retry-max-time option why not. If we use something like 120 to this option we won't loop trying to fetch the resource after 120 s. This is the same as I purpose expect that with --retry-max-time we use the "exponential backoff algorithm" instead of fix 10 second 12 times.
I like the idea, please make a PR with the full change.
@morucci still working on this ?
@morucci hey, still interested in this PR ?
This patch purpose remote_fetch in order to make curl/wget usage consistent between calls. The main point is to use the curl retry mechanism to bypass temporary remote failures.
This can be a start point to make our build process resilient to upstream failure ... Let us know your thoughts about that. We start to use it to build SF images.