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
The code has a couple of raw calls to urlopen, which might fail (because the resource is offline, for example). When they do, the exception causes us to come crashing out, and I get e-mail.
Should implement some sort of backoff and retry, only sending mail if the error is persistent.
The text was updated successfully, but these errors were encountered:
The code has a couple of raw calls to
urlopen
, which might fail (because the resource is offline, for example). When they do, the exception causes us to come crashing out, and I get e-mail.Should implement some sort of backoff and retry, only sending mail if the error is persistent.
The text was updated successfully, but these errors were encountered: