Skip to content
This repository was archived by the owner on Dec 21, 2020. It is now read-only.
This repository was 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

@pbeckingham

Description

@pbeckingham

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 {} \;

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions