Skip to content
This repository was archived by the owner on Oct 23, 2023. It is now read-only.

Commit 0dabef7

Browse files
authored
Correct comment for array job max parallelism (#431)
Signed-off-by: Katrina Rogan <[email protected]>
1 parent c8ca4a4 commit 0dabef7

File tree

4 files changed

+8
-8
lines changed

4 files changed

+8
-8
lines changed

gen/pb-go/flyteidl/plugins/array_job.pb.go

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

gen/pb-java/flyteidl/plugins/ArrayJobOuterClass.java

+5-5
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

gen/pb_rust/flyteidl.plugins.rs

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

protos/flyteidl/plugins/array_job.proto

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ option go_package = "github.com/flyteorg/flyteidl/gen/pb-go/flyteidl/plugins";
77
// Describes a job that can process independent pieces of data concurrently. Multiple copies of the runnable component
88
// will be executed concurrently.
99
message ArrayJob {
10-
// Defines the minimum number of instances to bring up concurrently at any given point. Note that this is an
10+
// Defines the maximum number of instances to bring up concurrently at any given point. Note that this is an
1111
// optimistic restriction and that, due to network partitioning or other failures, the actual number of currently
1212
// running instances might be more. This has to be a positive number if assigned. Default value is size.
1313
int64 parallelism = 1;

0 commit comments

Comments
 (0)