Revert "Fix worker panic"

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