Lucretius / vault_raft_snapshot_agent

⛔️ DEPRECATED ⛔️ An agent which provides periodic snapshotting capabilities of Vault's Raft backend
MIT License
78 stars 42 forks source link

[Feature] Timeout parameter support when snapshot a huge raft cluster #20

Open luanphantiki opened 2 years ago

luanphantiki commented 2 years ago

The default timeout of Vault-sdk when doing snapshot is 60s which may lead to be timed out. We'd better find a way to make is custom-able with higher values when needed.

Ref: #9