cfg: move failed_posts to ees, add static_ttl

This commit is contained in:
ionutboangiu
2025-10-24 17:41:53 +03:00
committed by Dan Christian Bogos
parent 082c412159
commit 295ddec792
45 changed files with 324 additions and 208 deletions

View File

@@ -2338,8 +2338,6 @@ const (
DBDataEncodingCfg = "dbdata_encoding"
TpExportPathCfg = "tpexport_dir"
PosterAttemptsCfg = "poster_attempts"
FailedPostsDirCfg = "failed_posts_dir"
FailedPostsTTLCfg = "failed_posts_ttl"
DefaultReqTypeCfg = "default_request_type"
DefaultCategoryCfg = "default_category"
DefaultTenantCfg = "default_tenant"
@@ -2662,7 +2660,9 @@ const (
PrecacheCfg = "precache"
// EEsCfg
FailedPostsCfg = "failed_posts"
ExportPathCfg = "export_path"
FailedPostsDirCfg = "failed_posts_dir"
AttributeSContextCfg = "attributes_context"
SynchronousCfg = "synchronous"
AttemptsCfg = "attempts"
@@ -2671,6 +2671,9 @@ const (
ConcurrentRequestsCfg = "concurrent_requests"
MetricsResetScheduleCfg = "metrics_reset_schedule"
// FailedPostsCfg
DirCfg = "dir"
//LoaderSCfg
DryRunCfg = "dry_run"
LockFilePathCfg = "lockfile_path"