Skip to content

Commit

Permalink
feat: minimal docs for janitor app
Browse files Browse the repository at this point in the history
  • Loading branch information
hartym committed Jun 14, 2024
1 parent 3291b80 commit 5ac9a33
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 1 deletion.
3 changes: 2 additions & 1 deletion docs/apps/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,8 @@ Applications
:maxdepth: 1

dashboard/index
proxy/index
http_client/index
janitor/index
proxy/index
sqlalchemy_storage/index
telemetry/index
16 changes: 16 additions & 0 deletions docs/apps/janitor/index.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
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.

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:

.. code-block:: bash
harp start --disable janitor ...
1 change: 1 addition & 0 deletions harp_apps/janitor/docs

0 comments on commit 5ac9a33

Please sign in to comment.