I have added code to ensure that we don't exceed the 10 historical weather requests in a minute limit. After requesting & downloading ten historical weather files, our code will wait until a minute passes to make the next request- if there is one.
However we want to protect against getting some kind of response from Weather Underground some case where this code doesn't work properly. We have received the notification email but we would like to have preventative code in case we receive a response that may state "You've exceeded your limit" or something similar.
Is there any other response we may receive via the API if we exceed the 10 historical weather requests/minute limit? Is there any way to know if a response is not a valid response because we've passed this limit and our "waiting" code didn't prevent exceeding our limit of downloads/minute?
However we want to protect against getting some kind of response from Weather Underground some case where this code doesn't work properly. We have received the notification email but we would like to have preventative code in case we receive a response that may state "You've exceeded your limit" or something similar.
Is there any other response we may receive via the API if we exceed the 10 historical weather requests/minute limit? Is there any way to know if a response is not a valid response because we've passed this limit and our "waiting" code didn't prevent exceeding our limit of downloads/minute?