Argelbargel / vault-raft-snapshot-agent

An agent which creates periodic snapshots of Vault's integrated raft storage and stores them locally or in remote storages as backup in case of system failure or user errors.
MIT License
8 stars 3 forks source link

Refactors Snapshotter to timer instead of checking frequency directly #5

Closed Argelbargel closed 10 months ago

Argelbargel commented 10 months ago

Refactors Snapshotter based on https://github.com/Boostport/vault_raft_snapshot_agent/commit/ecc97acf4b3b1e5a1db400b2a3bdd03fd1aff381 to use a timer instead of checking/waiting until frequency duration