Fixed new microservice-worker architecture to not duplicate executions

This commit is contained in:
frikky
2021-12-21 00:17:13 +01:00
parent 9e8cc0e91e
commit bd248ef7f1
4 changed files with 54 additions and 39 deletions
+2 -1
View File
@@ -393,7 +393,8 @@ func deployWorker(image string, identifier string, env []string, executionReques
}
if err == nil {
executionIds = append(executionIds, executionRequest.ExecutionId)
// FIXME: Readd this? Removed for rerun reasons
// executionIds = append(executionIds, executionRequest.ExecutionId)
}
}()