Skip to content

cli: Handle connection timeouts while processing a user

BryanDavis requested to merge work/bd808/expect-timeouts into main

Catch and log TimeoutError & requests.exceptions.Timeout that may be raised while processing a particular user. When such an error is seen, wait 3 seconds before attempting to continue processing with the next user in the queue.

Merge request reports