Closed
Description
These queries should return the data for all the signals in each data source, but instead they spin until a 504 Gateway Error
https://api.covidcast.cmu.edu/epidata/covidcast/?signal=usa-facts:*&time=day:20220104&geo_type=state&geo_values=ca
https://api.covidcast.cmu.edu/epidata/covidcast/?signal=jhu-csse:*&time=day:20220104&geo_type=state&geo_values=ca
https://api.covidcast.cmu.edu/epidata/covidcast/?signal=safegraph:*&time=day:20220104&geo_type=state&geo_values=ca
You can confirm that at least one signal has data for each of these with
https://api.covidcast.cmu.edu/epidata/covidcast/?signal=usa-facts:confirmed_cumulative_num&time=day:20220104&geo_type=state&geo_values=ca
https://api.covidcast.cmu.edu/epidata/covidcast/?signal=jhu-csse:confirmed_cumulative_num&time=day:20220104&geo_type=state&geo_values=ca
https://api.covidcast.cmu.edu/epidata/covidcast/?signal=safegraph:bars_visit_num&time=day:20220104&geo_type=state&geo_values=ca
Possibly a bug with the signal:*
handling?