Description
This variable controls how much history the etcd server (networking layer) will save, and thus controls for how long someone can be offline (while events are triggered by others) before the head will be stuck.
Different people may want different levels of safety around being able to catch up; i.e. they may wish to adjust the auto-compaction options.
https://etcd.io/docs/v3.5/op-guide/maintenance/#auto-compaction
Suggested solution
- Perhaps we could have two environment variables, one to control the mode and one the retention.
- Or, we could allow an environment variable to specify arbitrary arguments to etcd
- Or somethign else?!
Alternative
No response
Additional context
No response
Description
This variable controls how much history the etcd server (networking layer) will save, and thus controls for how long someone can be offline (while events are triggered by others) before the head will be stuck.
Different people may want different levels of safety around being able to catch up; i.e. they may wish to adjust the
auto-compactionoptions.https://etcd.io/docs/v3.5/op-guide/maintenance/#auto-compaction
Suggested solution
Alternative
No response
Additional context
No response