Skip to content

Commit

Permalink
Remove documentation that KubernetesProvider job_name must be unique (#…
Browse files Browse the repository at this point in the history
…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.
  • Loading branch information
benclifford authored Jul 2, 2024
1 parent 4735980 commit cfb0a20
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion parsl/providers/kubernetes/kube.py
Original file line number Diff line number Diff line change
Expand Up @@ -168,7 +168,7 @@ def submit(self, cmd_string, tasks_per_node, job_name="parsl"):
- tasks_per_node (int) : command invocations to be launched per node
Kwargs:
- job_name (String): Name for job, must be unique
- job_name (String): Name for job
Returns:
- job_id: (string) Identifier for the job
Expand Down

0 comments on commit cfb0a20

Please sign in to comment.