You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Right now, every 15 minutes request to the external API is made to get weather data. Data is then saved to the local database to reduce number of calls to the api, reduce latency and provide access to latest weather data even if api is not responding.
There should be a cron job that would run every few hours to delete all previous entries except the latest one.
The text was updated successfully, but these errors were encountered:
Right now, every 15 minutes request to the external API is made to get weather data. Data is then saved to the local database to reduce number of calls to the api, reduce latency and provide access to latest weather data even if api is not responding.
There should be a cron job that would run every few hours to delete all previous entries except the latest one.
The text was updated successfully, but these errors were encountered: