Skip to content

Commit cfb0a20

Browse files
authored
Remove documentation that KubernetesProvider job_name must be unique (#3506)
The job_name is uniquified with a timestamp inside the submit method, and the default job_name is "parsl", which is not unique wrt other invocations using the default.
1 parent 4735980 commit cfb0a20

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

parsl/providers/kubernetes/kube.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -168,7 +168,7 @@ def submit(self, cmd_string, tasks_per_node, job_name="parsl"):
168168
- tasks_per_node (int) : command invocations to be launched per node
169169
170170
Kwargs:
171-
- job_name (String): Name for job, must be unique
171+
- job_name (String): Name for job
172172
173173
Returns:
174174
- job_id: (string) Identifier for the job

0 commit comments

Comments
 (0)