Minor fixes for Orborus and Worker

This commit is contained in:
Frikky
2025-08-29 14:15:24 +02:00
parent a8dc56daa5
commit 288a9b1d01
2 changed files with 5 additions and 3 deletions
+3 -1
View File
@@ -2022,7 +2022,9 @@ func executionInit(workflowExecution shuffle.WorkflowExecution) error {
}
if len(onpremApps) == 0 {
return errors.New(fmt.Sprintf("No apps to handle onprem (%s)", environment))
//return errors.New(fmt.Sprintf("No apps to handle onprem (%s)", environment))
log.Printf("[INFO][%s] No apps to handle onprem (%s). Returning 200 OK anyway", workflowExecution.ExecutionId, environment)
return nil
}
pullOptions := dockerimage.PullOptions{}