madecoste / swarming

Automatically exported from code.google.com/p/swarming
Apache License 2.0
0 stars 1 forks source link

Switch swarm_bot to use http2lib and requests and set read timeouts #72

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Vadim realized many swarming bots are dying during urllib.read() calls without 
a timeout. Using shared code in swarming.client/utils/net.py would help a lot 
with stability.

Original issue reported on code.google.com by maruel@chromium.org on 31 Jan 2014 at 1:45

GoogleCodeExporter commented 9 years ago

Original comment by maruel@chromium.org on 23 May 2014 at 7:31

GoogleCodeExporter commented 9 years ago
Now that bug 109 is done, this now becomes feasible. The rough idea is to 
symlink:
ln -s ../../../client/utils services/swarming/swarm_bot/utils

It's fine because the code is now strongly versioned and that the code is 
zipped, so we can add a truck load of stuff relatively safely.

Original comment by maruel@chromium.org on 12 Jun 2014 at 9:06

GoogleCodeExporter commented 9 years ago
Done in 7249e2659061e65f38a65c2fc2bfa90dac3863c0.

Original comment by maruel@chromium.org on 23 Jul 2014 at 12:36