feat: add use_local_tz configuration

Used in lifecycle_worker to determine midnight time
This commit is contained in:
Renjaya Raga Zenta
2024-11-21 15:18:53 +07:00
parent 906c8708fd
commit 4c1bf42192
2 changed files with 22 additions and 8 deletions
+4
View File
@@ -27,6 +27,10 @@ pub struct Config {
#[serde(default)]
pub disable_scrub: bool,
/// Use local timezone
#[serde(default)]
pub use_local_tz: bool,
/// Automatic snapshot interval for metadata
#[serde(default)]
pub metadata_auto_snapshot_interval: Option<String>,