-
Notifications
You must be signed in to change notification settings - Fork 285
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
Error Message Error: write CONNECT_TIMEOUT with BUN #749
Comments
This issue is already patched on #738 and will be released soon. |
When is this going to be released? Currently having this issue in one of my apps and would really appreciate a more concrete schedule on when users can expect a fix. |
@wackfx Patch doesn't seem to help. I'm on latest At least I'm still seeing it with bun 1.1.29. Just now bumped to bun 1.1.33. Will see if it recurs; it doesn't happen immediately so I can't tell if it's going to fail. |
Buns policy is to not create issues with other projects if the issue only occurs with bun and not node, so I'm closing this one unless you have a repro with node. |
This seems fixed in bun 1.1.39 👍🏼 |
Hi @ all
I'm a bit frustrated. I use bun + elysiajs + drizzle ORM + docker and have a cronjob every 5 minutes.
I get an error every now and then without a recognisable pattern:
My query looks like:
If the error has occurred then no further query can be created. The PostgresSQL database itself does not give an error message. The user uses a connection limit: -1.
Does anyone have an idea how I can debug it better? Or an idea what the problem could be?
The text was updated successfully, but these errors were encountered: