Skip to content

Commit 5a7e895

Browse files
Google APIscopybara-github
authored andcommitted
docs: Add clarification for TaskGroup.parallelism
PiperOrigin-RevId: 577945369
1 parent ac76e17 commit 5a7e895

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

google/cloud/batch/v1alpha/job.proto

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -628,7 +628,8 @@ message TaskGroup {
628628
int64 task_count = 4;
629629

630630
// Max number of tasks that can run in parallel.
631-
// Default to min(task_count, 1000).
631+
// Default to min(task_count, parallel tasks per job limit).
632+
// See: [Job Limits](https://cloud.google.com/batch/quotas#job_limits).
632633
// Field parallelism must be 1 if the scheduling_policy is IN_ORDER.
633634
int64 parallelism = 5;
634635

0 commit comments

Comments
 (0)