BrooklynWelsh / CS452_Weather_App

An Android weather app being completed for CS 452 Senior Project.
0 stars 0 forks source link

NWS requests can be slow. Would like to add more APIs (AccuWeather, OpenWeather, etc.) #8

Open BrooklynWelsh opened 4 years ago

BrooklynWelsh commented 4 years ago

NWS servers have been returning 502 errors and also taking around 8 to 9 seconds to complete requests. Unless I'm just unlucky they seem to be kind of unreliable. In the future I'd like to add API options to pull weather from sources like AccuWeather.

BrooklynWelsh commented 3 years ago

Timeout length and max number of requests has been increased, which has drastically reduced the amount of network errors. However, the requests still tend to be pretty slow.