Skip to content
This repository has been archived by the owner on Dec 21, 2020. It is now read-only.

Add 'purge' command to clean out old archived and failed items #12

Open
pbeckingham opened this issue Feb 4, 2018 · 0 comments
Open
Labels
enhancement New feature or request

Comments

@pbeckingham
Copy link
Member

Some kind of 'central purge' command should clean out old archive entries (older than x) and failed items. If not purged, these otherwise accumulate, although they are small, there are many.

For now there is a script in /opt/flod2/central on sitka that does this:

find central/*/archive -type f -mtime +30 -exec rm {} \;

@pbeckingham pbeckingham added the enhancement New feature or request label Feb 4, 2018
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant