You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: taskvine/src/bindings/python3/ndcctools/taskvine/manager.py
+16-3Lines changed: 16 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -65,7 +65,8 @@ class Manager(object):
65
65
# @param port The port number to listen on. If zero, then a random port is chosen. A range of possible ports (low, hight) can be also specified instead of a single integer. Default is 9123
66
66
# @param name The project name to use.
67
67
# @param shutdown Automatically shutdown workers when manager is finished. Disabled by default.
68
-
# @param run_info_path Directory to write log (and staging if staging_path not given) files per run. If None, defaults to "vine-run-info"
68
+
# @param run_info_path Directory to archive workflow log directories, it is the upper level directory to run_info_dir. If None, defaults to "vine-run-info"
69
+
# @param run_info_dir Directory to write log (and staging if staging_path not given) files per run. If None, defaults by a %Y-%m-%dT%H%M%S format.
69
70
# @param staging_path Directory to write temporary files. Defaults to run_info_path if not given.
70
71
# @param ssl A tuple of filenames (ssl_key, ssl_cert) in pem format, or True.
71
72
# If not given, then TSL is not activated. If True, a self-signed temporary key and cert are generated.
0 commit comments