focalevents
focalevents copied to clipboard
Should retry on connection error
When collecting large historic datasets, I almost always get a
requests.exceptions.ConnectionError: ('Connection aborted.', ConnectionResetError(104, 'Connection reset by peer'))
at some point, which stops the whole collection.
Instead, focalevents should just retry.