bottomless-archive-project / library-of-alexandria

Library of Alexandria (LoA in short) is a project that aims to collect and archive documents from the internet.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

The Vault Application should stop when the vault folder is unavailable

laxika opened this issue · comments

The Vault Application should stop when:

  • The vault folder is not available at startup.
  • The vault folder is full and loa.vault.archiving is set to true (so it should accept new documents).
  • The vault tries to write a document to the disk but fails (retries should be added). This can happen when for example you disconnect the disk after the vault is successfully started, a HBA goes bust, a disk dies etc.