Skip to content

Commit

Permalink
docs: update default max parallel tasks per job
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 577948187

Source-Link: googleapis/googleapis@4aad618

Source-Link: https://github.com/googleapis/googleapis-gen/commit/8ddd2e612b62ae29a9c32cd648942045bd9b75b6
Copy-Tag: eyJwIjoiYXBpcy9Hb29nbGUuQ2xvdWQuQmF0Y2guVjEvLk93bEJvdC55YW1sIiwiaCI6IjhkZGQyZTYxMmI2MmFlMjlhOWMzMmNkNjQ4OTQyMDQ1YmQ5Yjc1YjYifQ==
  • Loading branch information
gcf-owl-bot[bot] authored and Rishabh-V committed Oct 31, 2023
1 parent bae6344 commit 06a26bf
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion apis/Google.Cloud.Batch.V1/Google.Cloud.Batch.V1/Job.g.cs
Original file line number Diff line number Diff line change
Expand Up @@ -5867,7 +5867,8 @@ public long TaskCount {
private long parallelism_;
/// <summary>
/// Max number of tasks that can run in parallel.
/// Default to min(task_count, 1000).
/// Default to min(task_count, parallel tasks per job limit).
/// See: [Job Limits](https://cloud.google.com/batch/quotas#job_limits).
/// Field parallelism must be 1 if the scheduling_policy is IN_ORDER.
/// </summary>
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
Expand Down

0 comments on commit 06a26bf

Please sign in to comment.