Skip to content

Commit

Permalink
review: Use LongRunning for resumepolicy default
Browse files Browse the repository at this point in the history
Signed-off-by: Kimonas Sotirchos <kimwnasptd@arrikto.com>
  • Loading branch information
kimwnasptd committed Mar 12, 2021
1 parent 75a181b commit 43ff140
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ export class ExperimentFormService {
parallelTrialCount: 3,
maxTrialCount: 12,
maxFailedTrialCount: 3,
resumePolicy: 'Never',
resumePolicy: 'LongRunning',
});
}

Expand Down

0 comments on commit 43ff140

Please sign in to comment.