oclib update + casual debug

This commit is contained in:
mr
2025-02-18 15:00:17 +01:00
parent 88610c3dba
commit 88b2edee2f
6 changed files with 30 additions and 12 deletions

View File

@@ -2,7 +2,6 @@ package daemons
import (
"fmt"
"oc-schedulerd/conf"
"os"
"time"
@@ -52,8 +51,6 @@ func (em *ExecutionManager) executeExecution(Execution *workflow_execution.Workf
monitor := LocalMonitor{
Logger: logger,
Duration: duration,
LokiURL: conf.GetConfig().LokiUrl,
KubeURL: "localhost",
ExecutionID: Execution.UUID,
PeerID: Execution.CreatorID,
}