Skip to content

Scheduled cleanup without the need to be triggered through API #132

@mcweba

Description

@mcweba

The current implementation requires a POST call through the API to clean expired resources.

router.postWithRegex(".*_cleanup").handler(this::cleanup);

It would be practical when vertex-rest storage could clean itself. This would also reduce the complexity of systems using vertx-rest-storge (like gateleen).

The cleanup could be configured with an interval and the amount of resources to clean (already implemented)

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions