-
Notifications
You must be signed in to change notification settings - Fork 10.7k
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
1.74.0 - PostgreSQL - Cannot use a pool after calling end on the pool #12517
Comments
Realized that this happens much much more often with Postgres as a chat memory. If I find anything more useful, will append to the issue.. |
Same problem |
When I use the version prior to 1.74 this error does not appear |
Same issue for me as well, after update with the chat memory node. Had to return to window buffer memory. |
I am facing the same issue when using Issue details: On the first interaction, the connection is opened and works correctly. Steps to reproduce: Set up an Environment: Version: Expected behavior: The connection pool should be reused correctly in all interactions. Current behavior: Only the first interaction works; subsequent interactions fail when trying to reuse the connection pool. Additional information: This issue does not occur in version |
This will likely be fixed in #12484. |
Can you folks try upgrading to 1.74.2 or 1.75.1 🙏🏽 |
@netroy Just installed 1.75.1, will see how it goes. Thanks folks for addressing that! |
Still not working for me in version 1.75.1 |
The problem still persists for me in version |
Please try upgrading to |
Validated using Great job, guys! |
Bug Description
After upgrading self-hosted version to 1.74.0 (to have a fix for PG connection issues, so I can add a lot of data at once), I see other issues:
To Reproduce
After X minutes of establishing the first connection, all PG nodes fail with provided error message.
Expected behavior
When pool is closed, reopen a new pool.
Operating System
Debian 12
n8n Version
1.74.0
Node.js Version
v20.18.1
Database
SQLite (default)
Execution mode
main (default)
The text was updated successfully, but these errors were encountered: