Attention

This is the documentation for HARP Proxy, actually published as an early preview. Both the software and documentation are a work in progress, and although we already use it on various production servers, they may contain inaccuracies, typographical errors, huge mistakes and empty pages. We work hard to eradicate all mistakes and implement stuff, but it is a long and tedious process. We appreciate your patience and understanding. Of course, any help will be greatly appreciated.

Janitor

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 ...