mirror of
https://github.com/cgrates/cgrates.git
synced 2026-02-11 18:16:24 +05:00
cfg: move failed_posts to ees, add static_ttl
This commit is contained in:
committed by
Dan Christian Bogos
parent
082c412159
commit
295ddec792
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user