The HTTP requests that occur during find_target occasionally timeout (we may be hitting a rate limiter); this throws a timeout exception. We should catch this exception, sleep for 1 second, and try that object again because otherwise the object is never scheduled.
The HTTP requests that occur during find_target occasionally timeout (we may be hitting a rate limiter); this throws a timeout exception. We should catch this exception, sleep for 1 second, and try that object again because otherwise the object is never scheduled.