You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
However I'm having activity before and after the error happens, hence the connection is being used. Moreover I have different services that are using the same dbms but a different db, and it looks like each one of them has had this "problem" at least once as of today. the date differs but I see a gap of 7 minutes also between two errors of the same service.
The code keep working fine, however I'm interested to know if there's a way to suppress this error or just to solve it.
How to reproduce
I'm having multiple background tasks that are connected to a websocket (each task has its own connection to the same ws but with different params).
Bug description
However I'm having activity before and after the error happens, hence the connection is being used. Moreover I have different services that are using the same dbms but a different db, and it looks like each one of them has had this "problem" at least once as of today. the date differs but I see a gap of 7 minutes also between two errors of the same service.
The code keep working fine, however I'm interested to know if there's a way to suppress this error or just to solve it.
How to reproduce
I'm having multiple background tasks that are connected to a websocket (each task has its own connection to the same ws but with different params).
Expected behavior
Not receiving this log message.
Prisma information
I've only included the fields I thought would be relevant.
Moreover when connecting to the db, in my main I do
And the other parts of my code use the
prisma.models
objects to query the dbEnvironment & setup
The text was updated successfully, but these errors were encountered: