@flyteorg/flyteidl 1.5.14 → 1.5.15

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@flyteorg/flyteidl",
3
- "version": "1.5.14",
3
+ "version": "1.5.15",
4
4
  "description": "Compiled protocol buffers and gRPC service clients/servers for Flyte IDLs",
5
5
  "repository": {
6
6
  "type": "git",
@@ -7,7 +7,7 @@ option go_package = "github.com/flyteorg/flyteidl/gen/pb-go/flyteidl/plugins";
7
7
  // Describes a job that can process independent pieces of data concurrently. Multiple copies of the runnable component
8
8
  // will be executed concurrently.
9
9
  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
11
11
  // optimistic restriction and that, due to network partitioning or other failures, the actual number of currently
12
12
  // running instances might be more. This has to be a positive number if assigned. Default value is size.
13
13
  int64 parallelism = 1;