yerkesobservatory / atlas

A web interface for remote operation of telescopes
GNU General Public License v3.0
0 stars 2 forks source link

Timeout errors in find_target #22

Closed rprechelt closed 7 years ago

rprechelt commented 7 years ago

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.