mirror of
https://github.com/gitpod-io/gitpod.git
synced 2025-12-08 17:36:30 +00:00
* [dev] Bump grpc/grpc-js 1.10.8 -> 1.12.6 and authzed/authzed-node 0.15.0 -> 1.2.2 Tool: gitpod/catfood.gitpod.cloud * [server] Streamline spicedb gRPC client usage and creation options - instead of doing retries on two levels, rely on the gRPC-level retries - to mitigate the loss of insights, introduce createDebugLogInterceptor - client options: use sane defaults derived from the documentation instead of the excessive ones we had in place before - use "waitForReady" option: it should a) make our calls for responsive on re-connects, while b) - because we keep re-trying on DEADLINE_EXCEEDED - should be as reliable as before Tool: gitpod/catfood.gitpod.cloud * [protocol] Centralize grpc.isConnectionAlive Tool: gitpod/catfood.gitpod.cloud * [server] SpiceDB client: retry with new client on "Waiting for LB pick" error Tool: gitpod/catfood.gitpod.cloud