Skip to content

Commit

Permalink
Change resume policy to 'Never' by default from UI
Browse files Browse the repository at this point in the history
  • Loading branch information
3993314 committed Aug 3, 2023
1 parent 74cf5b8 commit 6ed9390
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ export class ExperimentFormService {
parallelTrialCount: 3,
maxTrialCount: 12,
maxFailedTrialCount: 3,
resumePolicy: 'LongRunning',
resumePolicy: 'Never',
});
}

Expand Down

0 comments on commit 6ed9390

Please sign in to comment.