https://prefect.io logo
Title
t

Tim Enders

07/01/2022, 2:59 PM
I am using the
GCSResult
for my Task results. Does anybody know if there is a way to catch exceptions with it? We are seeing occasional failures on the GCS side and I don't want my flows failing because of it.
b

Bob Colner

07/01/2022, 3:19 PM
I’ve seen that intermittent error as well, adding a retry to my task solves it.
a

Anna Geller

07/01/2022, 5:01 PM
I can open an issue - @Tim Enders would you add the error traceback and more details about when exactly do you get this error to the issue? Thanks a lot (btw, generally speaking, bug reports are best reported as GitHub issues) @Marvin open "Flow fails due to
GCSResult
error - add retries to storing results or investigate a fix"
t

Tim Enders

07/01/2022, 6:02 PM
I was starting from the point that there was probably something I could do about it rather than it being a bug in Prefect. Thanks for creating the issue!
a

Anna Geller

07/01/2022, 10:38 PM
I see, based on what you described this looked like a bug so it's worth investigating by an engineer - Results should work without having to configure any retries for that