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
If one endpoint fails, it would be good if there is any scale involved, if all endpoints didn't have to be re-queried to get the missing data. If an endpoint fails, then the app can try to reload just that one endpoint.
Check for URL params that match any of the named endpoints in our array, and just return this.
invalidate cache for that lat/lon query
If one endpoint fails, we should immediately invalidate Cloudflare caching of that lat/lon query.
The text was updated successfully, but these errors were encountered:
If one endpoint fails, it would be good if there is any scale involved, if all endpoints didn't have to be re-queried to get the missing data. If an endpoint fails, then the app can try to reload just that one endpoint.
Check for URL params that match any of the named endpoints in our array, and just return this.
If one endpoint fails, we should immediately invalidate Cloudflare caching of that lat/lon query.
The text was updated successfully, but these errors were encountered: