Skip to content

Commit

Permalink
Merge pull request #5032 from oliver-sanders/5010
Browse files Browse the repository at this point in the history
queues: set default limit
  • Loading branch information
hjoliver authored Aug 1, 2022
2 parents c0360fc + 1dd6829 commit 1590f39
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion cylc/flow/cfgspec/workflow.py
Original file line number Diff line number Diff line change
Expand Up @@ -691,7 +691,7 @@ def get_script_common_text(this: str, example: Optional[str] = None):
with Conf('default', meta=Queue, desc='''
The default queue for all tasks not assigned to other queues.
'''):
Conf('limit', VDR.V_INTEGER, 0, desc='''
Conf('limit', VDR.V_INTEGER, 100, desc='''
Controls the total number of active tasks in the default
queue.
Expand Down
2 changes: 1 addition & 1 deletion tests/functional/cylc-config/00-simple/section1.stdout
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ cycling mode = integer
runahead limit = P4
[[queues]]
[[[default]]]
limit = 0
limit = 100
members =
[[special tasks]]
clock-trigger =
Expand Down

0 comments on commit 1590f39

Please sign in to comment.