-
Notifications
You must be signed in to change notification settings - Fork 1
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
error when accessing the time series api endpoint #174
Comments
@ricardogsilva the above request is still not working |
Turns out there were several issues which were causing multiple errors. These were actually regressions that were caused by the merge of #168 Issues found:
|
Reopening since after few requests to time series endpoint, i.e. https://arpav.geobeyond.dev/api/v2/coverages/time-series/tas_annual_absolute_model_ensemble-annual-model_ensemble-tas-absolute-rcp26-year?coords=POINT(12.1447%2045.8148)&datetime=..%2F..&include_coverage_data=true&coverage_data_smoothing=NO_SMOOTHING&coverage_data_smoothing=MOVING_AVERAGE_11_YEARS&coverage_data_smoothing=LOESS_SMOOTHING&include_coverage_uncertainty=true&include_coverage_related_data=true&inclied_observation_data=false the server becomes unresponsive. Checking its status it give CPU consumption beyond the available resources. |
as resported by @sirmmo
After investigation, it seems a db function got renamed and not all places that call it were updated.
The text was updated successfully, but these errors were encountered: