PMA-2020 / pma-api

The best way to programmatically access PMA2020 data.
http://api.pma2020.org
MIT License
1 stars 3 forks source link

Data resource with no args appears to time out #22

Open joeflack4 opened 6 years ago

joeflack4 commented 6 years ago

Expected behavior

A GET to http://api.pma2020.org/v1/data should not time out. It should return at least something, if not a re-route or a request for args.

On a locally deployed server, this issue is not experienced, though it takes a long time. I am guessing that this is either a bandwidth or response time related issue related to specific hosting providers such as Heroku.

Actual behavior

In our current Heroku deployment, we get:

Application error An error occurred in the application and your page could not be served. If you are the application owner, check your logs for details.

Possible solutions