openclimatefix / pv-site-api

Site specific API for PV forecasting
6 stars 11 forks source link

Limit the number of forecast to 100, #95

Open peterdudfield opened 1 year ago

peterdudfield commented 1 year ago

Currently, if we pull too many the API falls over, we should limit this.

If the user asks for more than 100 forecasts then we return a 403 error.

peterdudfield commented 1 year ago

This will solve this https://github.com/openclimatefix/pv-site-api/issues/68