Closed djsly closed 6 years ago
There is no automated clean up mechanism currently, but when deleting the runs using the REST DELETE endpoints, the segments will get deleted as well.
I have added a PR https://github.com/spotify/cassandra-reaper/pull/119 for this automated feature.
I was wondering what you guys use to prevent the postgres DB from growing indefinitely.
From what I can see, the segments for runs that completed successfully don't really need to stay in the DB ?
Thanks!