Skip to content

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

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)

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

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