Skip to content

Commit

Permalink
docs: Add clarification for TaskGroup.parallelism
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 577945369

Source-Link: googleapis/googleapis@5a7e895

Source-Link: https://github.com/googleapis/googleapis-gen/commit/b9705e9e82696baf2b37e68990b71d83fe08dbf6
Copy-Tag: eyJwIjoiYXBpcy9Hb29nbGUuQ2xvdWQuQmF0Y2guVjFBbHBoYS8uT3dsQm90LnlhbWwiLCJoIjoiYjk3MDVlOWU4MjY5NmJhZjJiMzdlNjg5OTBiNzFkODNmZTA4ZGJmNiJ9
  • Loading branch information
gcf-owl-bot[bot] authored and Rishabh-V committed Oct 31, 2023
1 parent bc34616 commit cbd5658
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -6725,7 +6725,8 @@ public sealed partial class TaskGroup : pb::IMessage<TaskGroup>
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 cbd5658

Please sign in to comment.