globus / globus-connect-server

Globus Connect Server
6 stars 10 forks source link

Retry urlopen() calls in GCS __init__ #15

Closed sirosen closed 6 years ago

sirosen commented 6 years ago

Retry 3 times, no waiting/sleeping. Just avoids treating intermittent HTTP errors as real error conditions in these few calls.