File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -1423,10 +1423,10 @@ def get_argument_parser(profiles=None):
14231423 "--scheduler-subsample" ,
14241424 type = int ,
14251425 default = None ,
1426- help = "Number of jobs to be considered for scheduling. If number of ready "
1427- "jobs is greater than this value, this number of jobs is randomly chosen "
1428- "for scheduling; if number of ready jobs is lower, this option has no "
1429- "effect. This can be useful on very large DAGs, where the scheduler can "
1426+ help = "Set the number of jobs to be considered for scheduling. If number "
1427+ "of ready jobs is greater than this value, this number of jobs is randomly "
1428+ "chosen for scheduling; if number of ready jobs is lower, this option has "
1429+ "no effect. This can be useful on very large DAGs, where the scheduler can "
14301430 "take some time selecting which jobs to run." ,
14311431 )
14321432 group_behavior .add_argument (
You can’t perform that action at this time.
0 commit comments