tjturnage / cloud-radar-server

Radar server in the cloud for NOAA computing project
MIT License
2 stars 2 forks source link

Timeout Error Fix #47

Closed scottthomaswx closed 2 months ago

scottthomaswx commented 2 months ago

Add error handling for timeout errors from Synoptic API using the following method.

1) Try to run the original request for data. 2) If the request fails try again with a longer timeout period. 3) Upon 2 failures, abort the attempt. Set surface winds to none so they are not plotted. Surface winds will be unavailable for this timestep.