forked from flyteorg/flytepropeller
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* added cache reservation logic to task execution Signed-off-by: Daniel Rammer <[email protected]> * setting reservation heartbeat to workflow reeval duration Signed-off-by: Daniel Rammer <[email protected]> * releasing reservation on completion Signed-off-by: Daniel Rammer <[email protected]> * fixed lint errors Signed-off-by: Daniel Rammer <[email protected]> * updated task metadata field to DiscoverySerializable in accordance with name change Signed-off-by: Daniel Rammer <[email protected]> * not allowing cache serialization without specifying cachable as well Signed-off-by: Daniel Rammer <[email protected]> * added datacatalog unit tests Signed-off-by: Daniel Rammer <[email protected]> * added handler unit tests Signed-off-by: Daniel Rammer <[email protected]> * fixed lint issues Signed-off-by: Daniel Rammer <[email protected]> * updated flyteidl and flyteplugins versions - change before merging Signed-off-by: Daniel Rammer <[email protected]> * updated flyteidl and flyteplugin version to reflect latest changes Signed-off-by: Daniel Rammer <[email protected]> * remove flyteidl replace in go.mod and updating to latest version Signed-off-by: Daniel Rammer <[email protected]> * moving release reservation to node finalize function Signed-off-by: Daniel Rammer <[email protected]> * updated go.mod and added missing docs on public types Signed-off-by: Daniel Rammer <[email protected]>
- Loading branch information
Showing
9 changed files
with
744 additions
and
115 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.