Skip to content

signal:* queries return a 504 Gateway Error #950

Closed
@dshemetov

Description

@dshemetov

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?

Metadata

Metadata

Assignees

Labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions