0.1.dev2184+g1e0cbe7.d20250401
flytekit.clients.grpc_utils.wrap_exception_interceptor
Directory
Classes
flytekit.clients.grpc_utils.wrap_exception_interceptor.RetryExceptionWrapperInterceptor
Affords intercepting unary-unary invocations.
class RetryExceptionWrapperInterceptor(
max_retries: int,
)
Parameter |
Type |
max_retries |
int |
Methods
intercept_unary_stream()
def intercept_unary_stream(
continuation,
client_call_details,
request,
)
Intercepts a unary-stream invocation.
Parameter |
Type |
continuation |
|
client_call_details |
|
request |
|
intercept_unary_unary()
def intercept_unary_unary(
continuation,
client_call_details,
request,
)
Intercepts a unary-unary invocation asynchronously.
Parameter |
Type |
continuation |
|
client_call_details |
|
request |
|