- My production server that uses Prisma sometimes keep throwing
PrismaClientKnownRequestErrorwith the message ofCan't reach database server at, but only happen like <10% of the time, can someone help me to resolve this?
More context:
- The server with prisma is running on a docker container , managed by AWS EKS
- The database server is an AWS RDS instance, all within the same cluster.