I've got "warn" and "error" logging setup and I'm ...
# orm-help
i
I've got "warn" and "error" logging setup and I'm seeing lots of unhelpful and concerning messages like this and I'm not sure what the problem is. I'm hosting my db on AWS with a db.t3.small in us-east-1 and using the Prisma Data Proxy. I don't know what the issue is or where it's coming from, any ideas?
prisma:error Error while querying: This request must be retried
{
timestamp: undefined,
message: 'Error while querying: This request must be retried',
target: undefined
}
[...omitted 10x repeats of above]
{
timestamp: undefined,
message: 'This request can be retried',
target: undefined
}
> [...omitted 10x repeats of above]
1
n
Hey Ivan 👋 Do you get these errors intermittently or are these errors being logged constantly? Did you start getting this error recently? Have you configured any connection string parameters like connection_limit or pool_timeout? I am assuming that if you use a direct database string you don’t get this error and you only get this error when using proxied database connection string (starting with prisma://)?
Note: Continuing conversation on Zendesk