Skip to content

Commit

Permalink
Default Resume Policy to never from UI (#2195)
Browse files Browse the repository at this point in the history
  • Loading branch information
mChowdhury-91 authored Aug 4, 2023
1 parent 74cf5b8 commit f074329
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 f074329

Please sign in to comment.