Skip to content

Commit

Permalink
remove outdated comment
Browse files Browse the repository at this point in the history
  • Loading branch information
sotojn committed Aug 16, 2024
1 parent a8d7c71 commit ad1fddc
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -922,7 +922,6 @@ export class ExecutionController {
// If in a running status the execution process
// crashed and k8s is trying to restart the pod,
// e.g. execution controller OOM.
// Restarting an execution is allowed in k8sV2 backend
this.logger.warn(`Changing execution status from ${status} to failed`);
await this.executionStorage.setStatus(
this.exId,
Expand Down

0 comments on commit ad1fddc

Please sign in to comment.