You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I added io.grpc.StatusRuntimeException to the notRetryOn but it did not work meaning the retry kicked in.
Although I do not want to stop retrying for io.grpc.StatusRuntimeException , I added it in the integration test for testing purpose.
So this leaves me thinking are there any list of exceptions that will not work?
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
I added
io.grpc.StatusRuntimeException
to the notRetryOn but it did not work meaning the retry kicked in.Although I do not want to stop retrying for
io.grpc.StatusRuntimeException
, I added it in the integration test for testing purpose.So this leaves me thinking are there any list of exceptions that will not work?
Thanks
Beta Was this translation helpful? Give feedback.
All reactions