-
-
Notifications
You must be signed in to change notification settings - Fork 758
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[BUG]: after running a while, insert postgres db return: CONNECT_TIMEOUT #1770
Labels
bug
Something isn't working
Comments
|
I think this problem is the same with this: And I use |
It's postgres.js driver bug, but I can leave this issue for any references |
@guotie did find any solution? |
the latest postgres driver seems solved. |
Well, for me it wasn't solved, so I replaced this :
with this :
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
What version of
drizzle-orm
are you using?0.29.0
What version of
drizzle-kit
are you using?0.20.6
Describe the Bug
After run a while, insert postsql db return:
Expected behavior
No response
Environment & setup
No response
The text was updated successfully, but these errors were encountered: