Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[BUG] Retry fetching subworkflow output data on failure (#4602)
* bubble up errors on remote store reads Signed-off-by: Paul Dittamo <[email protected]> * error when closure output data exceeds max size Signed-off-by: Paul Dittamo <[email protected]> * remove urlblob from getouputs return Signed-off-by: Paul Dittamo <[email protected]> * remove signedurl logic on fetching outputs Signed-off-by: Paul Dittamo <[email protected]> * cleanup no longer used param Signed-off-by: Paul Dittamo <[email protected]> * remove legacy unit test after removing legacy utility Signed-off-by: Paul Dittamo <[email protected]> * revert changes to getinputs Signed-off-by: Paul Dittamo <[email protected]> * revert fetch input unit tests after reverting getinputs changes Signed-off-by: Paul Dittamo <[email protected]> * remove inputsURLBlob from GetInputs returns Signed-off-by: Paul Dittamo <[email protected]> * attempt remote storage output retrieval if fetching subworkflow execution data fails Signed-off-by: Paul Dittamo <[email protected]> * lint Signed-off-by: Paul Dittamo <[email protected]> * cleanup url blob set up in unit tests Signed-off-by: Paul Dittamo <[email protected]> * add unit tests Signed-off-by: Paul Dittamo <[email protected]> * lint Signed-off-by: Paul Dittamo <[email protected]> * revert admin changes to make in another PR Signed-off-by: Paul Dittamo <[email protected]> * retry fetching subworkflow output data if fulloutputs are not set Signed-off-by: Paul Dittamo <[email protected]> --------- Signed-off-by: Paul Dittamo <[email protected]>
- Loading branch information