Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Memory errors in EE throw 500 errors #3

Open
EnriqueCornejo opened this issue May 18, 2018 · 0 comments
Open

Memory errors in EE throw 500 errors #3

EnriqueCornejo opened this issue May 18, 2018 · 0 comments

Comments

@EnriqueCornejo
Copy link
Contributor

Some queries do not return from Earth Engine due to the service limits --only relatively simple queries are possible. Those that fail return a 500 error that is not too informative.

Example dataset:
{
"name": "EC-gee-test",
"tableName": "GLIMS/2016",
"connectorType": "rest",
"provider": "gee",
"application": ["rw"]
}

Example query:
GET :control_tower/v1/query/:dataset_id?sql=select sum(area), anlys_time from 'GLIMS/2016' group by anlys_time order by anlys_time asc limit 10

It returns:
"errors": [
{
"detail": "Generic Error",
"status": 500
}
]
}

and logs this error:

adapter-earth-engine-develop | [20180518-08:50AM] [root] [ERROR] [ROUTER]: The read operation timed out.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant