Skip to content

Commit cdf61ec

Browse files
job: document CYLC_TASK_DEPENDENCIES limit
1 parent ff1d195 commit cdf61ec

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/reference/job-script-vars/var-list.txt

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,9 @@ CYLC_TASK_NAMESPACE_HIERARCHY # Linearised family namespace of the task,
5959
# e.g. root postproc t1
6060
CYLC_TASK_DEPENDENCIES # List of met dependencies that triggered the task
6161
# e.g. 1/foo 1/bar
62+
# (note this variable will not be
63+
# exported if there are more than 50
64+
# dependencies)
6265

6366
CYLC_TASK_COMMS_METHOD # Set to "ssh" if communication method is "ssh"
6467
CYLC_TASK_SSH_LOGIN_SHELL # With "ssh" communication, if set to "True",

0 commit comments

Comments
 (0)