Janitor¶
Added in version 0.5.
The harp_apps.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 (pick me! pick me!).
Loading¶
The janitor application is loaded by default when using the harp-proxy start command.
You can disable it (not recommended) by passing it as an argument to the harp-proxy start command:
harp-proxy start --disable janitor ...