Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
frikky committed Dec 2, 2023
2 parents cb13470 + 373aa3d commit ceb4d12
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions shared.go
Original file line number Diff line number Diff line change
Expand Up @@ -13610,6 +13610,7 @@ func ValidateNewWorkerExecution(ctx context.Context, body []byte) error {
return err
}
//log.Printf("\n\nGOT EXEC WITH RESULT %s (%d)\n\n", execution.Status, len(execution.Results))
log.Printf("[DEBUG] Got validation for execution %s", execution.ExecutionId)

baseExecution, err := GetWorkflowExecution(ctx, execution.ExecutionId)
if err != nil {
Expand Down

0 comments on commit ceb4d12

Please sign in to comment.