Skip to content

Commit

Permalink
Change default value for max_jobs_pending
Browse files Browse the repository at this point in the history
  • Loading branch information
mdebony committed Jun 23, 2022
1 parent 69e8587 commit 6de248b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/SlurmDagman/config/defaults/common.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,6 @@
DEFAULTS['DAGMAN'] = OrderedDict()
DEFAULTS['DAGMAN']['sleep_time'] = '120'
DEFAULTS['DAGMAN']['max_jobs_queued'] = '500'
DEFAULTS['DAGMAN']['max_jobs_pending'] = '500'
DEFAULTS['DAGMAN']['max_jobs_pending'] = '0'
DEFAULTS['DAGMAN']['max_jobs_submit'] = '0'
DEFAULTS['DAGMAN']['submit_wait_time'] = '2'

0 comments on commit 6de248b

Please sign in to comment.