openclimatefix / pv-site-api

Site specific API for PV forecasting
5 stars 8 forks source link

Restrict amount of data beiging posted Issue #172 #176

Closed BraunRudolf closed 3 days ago

BraunRudolf commented 1 week ago

Pull Request

Description

Add check of content_lenght to main.post_pv_actual (limit 1 MB)

Add test_post_too_large_pv_actual

Fixes #172

How Has This Been Tested?

Unit-Test

Checklist:

BraunRudolf commented 1 week ago

Should the limit be mentioned in the doc string?

peterdudfield commented 1 week ago

@BraunRudolf do you mind fixing the lint error here?

BraunRudolf commented 1 week ago

Of course not! I'll take a look.