sequelize-typescript icon indicating copy to clipboard operation
sequelize-typescript copied to clipboard

Connection terminated unexpectedly

Open KingDracula opened this issue 3 years ago • 0 comments

when i connection postgres ,sometime was error Connection terminated unexpectedly retry it is work , i try to update pool config ,but not work "define": { "schema": "public" }, "dialectOptions": { "useUTC": true, "timezone": "UTC", "connectionTimeout": 60000, "requestTimeout": 60000 }, "pool": { "max": 100, "min": 5, "idle": 300000, "acquire": 300000 }, "idleTimeoutMillis": 0, "connectionTimeoutMillis": 0,

Please help me solve this problem

KingDracula avatar Dec 28 '22 03:12 KingDracula