SACGF / variantgrid

VariantGrid public repo
Other
23 stars 2 forks source link

CachedGeneratedFiles improvements #1172

Open davmlaw opened 1 week ago

davmlaw commented 1 week ago

Polling backoff

Polling every second is unnecessary - perhaps we should do eg 1 sec x5, 2 sec x5, 4x5, 8x5 then sit on every 16s?

Delete older files

As these are now 100+mb we should clean them up after a time

Ideally we could keep track of how often the static files are downloaded, then use that as the last accessed date (and delete from those)