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
the other metadata endpoint is used by the covidcast dashboard webapp, so it is quite important to protect it from repeated re-requests which could trigger rate limiting. The code for that endpoint is found here:
We should do this for the /covidcast/anomalies endpoint too, since its used by the covidcast dashboard webapp and not exempt from rate limiting, it basically never changes, and it looks like it might be kinda expensive (pulls from gdocs, parses that as a csv, then does some pandas manipulations) :
caching for the one metadata endpoint was done in
the other metadata endpoint is used by the covidcast dashboard webapp, so it is quite important to protect it from repeated re-requests which could trigger rate limiting. The code for that endpoint is found here:
delphi-epidata/src/server/endpoints/covidcast.py
Lines 391 to 479 in ea84e37
The text was updated successfully, but these errors were encountered: