Duncan
02/20/2024, 10:08 AMoptions = (("grpc.keepalive_time_ms", 2000), ("grpc.keepalive_timeout_ms", 1000), ("grpc.keepalive_permit_without_calls", 1), ("grpc.max_connection_age_ms", 30000),)
channel = grpc.aio.secure_channel(url, credentials, options, compression)
client = PermissionsServiceStub(channel)
that and don't use Python in prod, but that's not a SpiceDB or gRPC issue.