Janitor

Tags: applications

Added in version 0.5.

The janitor application runs a background worker to clean up the storage. It deletes all transactions older than 2 months, and the related orphan blobs.

Defaults

Runs every 10 minutes.

Delete all transactions older than 60 days.

Note

for now, this is not configurable but will be in the near future.

Loading

The proxy application is loaded by default when using the harp start command.

You can disable it (not recommended) by passing it as an argument to the harp start command:

harp start --disable janitor ...