Notifications of high wind should be rate limited so users aren't receiving texts every 5 minutes on windy days. We're already using memcachier to cache the forecast.io results. We can use it to cache the last notification time, which would be checked before sending new notifications.
Notifications of high wind should be rate limited so users aren't receiving texts every 5 minutes on windy days. We're already using memcachier to cache the forecast.io results. We can use it to cache the last notification time, which would be checked before sending new notifications.