retryConditions

@JvmName(name = "xvrgjlqpmukadtgc")
suspend fun retryConditions(value: Output<List<String>>)
@JvmName(name = "ntxbhdpodbciwquj")
suspend fun retryConditions(value: List<String>?)

Parameters

value
  • connect-failure: Router will retry on failures connecting to Backend Services, for example due to connection timeouts. - refused-stream: Router will retry if the backend service resets the stream with a REFUSED_STREAM error code. This reset type indicates that it is safe to retry. - cancelled: Router will retry if the gRPC status code in the response header is set to cancelled - deadline-exceeded: Router will retry if the gRPC status code in the response header is set to deadline-exceeded - resource-exhausted: Router will retry if the gRPC status code in the response header is set to resource-exhausted - unavailable: Router will retry if the gRPC status code in the response header is set to unavailable


@JvmName(name = "fekvasbjoultcjma")
suspend fun retryConditions(vararg values: Output<String>)


@JvmName(name = "secdyesetlyybddb")
suspend fun retryConditions(values: List<Output<String>>)
@JvmName(name = "mpllvklccqhkhsba")
suspend fun retryConditions(vararg values: String)

Parameters

values
  • connect-failure: Router will retry on failures connecting to Backend Services, for example due to connection timeouts. - refused-stream: Router will retry if the backend service resets the stream with a REFUSED_STREAM error code. This reset type indicates that it is safe to retry. - cancelled: Router will retry if the gRPC status code in the response header is set to cancelled - deadline-exceeded: Router will retry if the gRPC status code in the response header is set to deadline-exceeded - resource-exhausted: Router will retry if the gRPC status code in the response header is set to resource-exhausted - unavailable: Router will retry if the gRPC status code in the response header is set to unavailable