Skip to content

Commit 4aad618

Browse files
Google APIscopybara-github
authored andcommitted
docs: update default max parallel tasks per job
PiperOrigin-RevId: 577948187
1 parent 5a7e895 commit 4aad618

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

google/cloud/batch/v1/job.proto

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

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

0 commit comments

Comments
 (0)