added StartDelay for ers processing

This commit is contained in:
gezimbll
2024-11-14 15:38:10 +01:00
committed by Dan Christian Bogos
parent 3a6d759bac
commit e48eb5df13
20 changed files with 252 additions and 5 deletions

View File

@@ -2598,6 +2598,7 @@ const (
ConcurrentEventsCfg = "concurrent_events"
FieldSepCfg = "field_separator"
RunDelayCfg = "run_delay"
StartDelayCfg = "start_delay"
SourcePathCfg = "source_path"
ProcessedPathCfg = "processed_path"
TenantCfg = "tenant"