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

Commit

Permalink
Update protos/flyteidl/datacatalog/datacatalog.proto
Browse files Browse the repository at this point in the history
Co-authored-by: Ketan Umare <[email protected]>
Signed-off-by: Chao-Han Tsai <[email protected]>
  • Loading branch information
milton0825 and kumare3 committed Apr 15, 2021
1 parent 60d690b commit 7dbe857
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion protos/flyteidl/datacatalog/datacatalog.proto
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ service DataCatalog {
// try to reserve a spot for populating the artifact. We may have multiple
// concurrent tasks with the same signature and the same input that try to populate
// the same artifact at the same time. Thus with reservation, only one task
// can run at a time.
// can run at a time, until the timeout period. Once the timeout has elapsed, another task (Random order) may start executing and a new-timeout duration will be applied from this tasks start time. If the first task completes after the second task has started, a third task may receive the artifact from the first task and the second task may override this artifact. As currently the last writer wins!
rpc GetOrReserveArtifact (GetOrReserveArtifactRequest) returns (GetOrReserveArtifactResponse);
}

Expand Down

0 comments on commit 7dbe857

Please sign in to comment.