ECMWFCode4Earth / vAirify

code repository for 2024 Code for Earth project #16
0 stars 0 forks source link

As a system user older versions of the cached grib files are removed #137

Open rstrange-scottlogic opened 1 week ago

rstrange-scottlogic commented 1 week ago

Currently we are storing GRIB files locally whenever we call the CAMs endpoint.

Over time this will build up and we be storing a lot of historical files. Let's try and put a limit on the number of cached files, so that we manage this space usage.

Acceptance Criteria:

Integration test needed to check if file is deleted ort not depending on variable setting