focalevents icon indicating copy to clipboard operation
focalevents copied to clipboard

Should retry on connection error

Open FlxVctr opened this issue 2 years ago • 0 comments

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.

FlxVctr avatar Dec 16 '22 21:12 FlxVctr