Merge pull request #1532 from P4sca1/fix-worker-panic

Fix worker panic
This commit is contained in:
Aditya
2024-10-29 17:32:21 +05:30
committed by GitHub
-3
View File
@@ -1301,9 +1301,6 @@ func handleExecutionResult(workflowExecution shuffle.WorkflowExecution) {
log.Printf("[ERROR] Unable to create docker client (3): %s", err)
return
}
}
if isKubernetes == "true" {
defer dockercli.Close()
}