neuroforgede / nfcompose

Build REST APIs/Integrations in minutes instead of hours - NF Compose is a (data) integration platform that allows developers to define REST APIs in seconds instead of hours. Generated REST APIs are backed by postgres and support automatic consumer webhook notifications on data changes out of the box.
Mozilla Public License 2.0
33 stars 3 forks source link

S3 File cleanup does not work for backend DYNAMIC_SQL_NO_HISTORY #134

Closed s4ke closed 2 weeks ago

s4ke commented 3 weeks ago

With files we keep a registry of files that we cleanup when a) the datapoint is deleted or b) a history entry is not needed anymore.

So for datapoints that are not deleted we can end up with a lot of files that are unnecessary and never cleaned up.