openclimatefix / pv-site-api

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

Remove cache if > 7 weeks old #135

Closed peterdudfield closed 5 months ago

peterdudfield commented 5 months ago

Current there are some meoery issues, which might occur if the computer runs out of storage space.

One way to help this, would be to remove any cached data if its more than 7 days old.

It would be great to run this as a background tasks that doesnt effect an api call

peterdudfield commented 5 months ago

Actually it could remove it after the cache out timeout

peterdudfield commented 5 months ago

did this in #136 removed it after 4 minutes