postprocessing event workers

Signed-off-by: Jörn Friedrich Dreyer <jfd@butonic.de>
This commit is contained in:
Jörn Friedrich Dreyer
2024-10-22 10:21:02 +02:00
parent d6958f3a3e
commit 91dc7699d8
4 changed files with 10 additions and 4 deletions

View File

@@ -28,10 +28,10 @@ func DefaultConfig() *config.Config {
},
Postprocessing: config.Postprocessing{
Events: config.Events{
Workers: 3,
Endpoint: "127.0.0.1:9233",
Cluster: "ocis-cluster",
},
Workers: 3,
RetryBackoffDuration: 5 * time.Second,
MaxRetries: 14,
},