travis ci - Why could curl and wget timeout every now and then -
every , (<5%) travis builds stall because wget
calling php page times out. example: https://travis-ci.org/marcelstoer/nodemcu-custom-build/builds/69239694 using curl
first several weeks tried wget
because of issue.
curl
curl -m 60 url
wget
wget -qo- url &> /dev/null
the server serves php page doesn't report errors , in apache access log request php page reported returning http 200.
what further analyze?
Comments
Post a Comment