yedat
yedat
DTDrizzle Team
Created by yedat on 7/10/2024 in #help
PostgresError: Unable to check out process from the pool due to timeout
My local server keeps crashing for some reason. I have a query that retrieves some data for a table and 2 more queries that adds / updates data. Not sure why this timeout occurs. Any ideas? TIA!
unhandledRejection: PostgresError: Unable to check out process from the pool due to timeout
at ErrorResponse (webpack-internal:///(rsc)/../../node_modules/.pnpm/[email protected]/node_modules/postgres/src/connection.js:803:66)
at handle (webpack-internal:///(rsc)/../../node_modules/.pnpm/[email protected]/node_modules/postgres/src/connection.js:489:6)
at Socket.data (webpack-internal:///(rsc)/../../node_modules/.pnpm/[email protected]/node_modules/postgres/src/connection.js:330:9)
at Socket.emit (node:events:520:28)
at addChunk (node:internal/streams/readable:559:12)
at readableAddChunkPushByteMode (node:internal/streams/readable:510:3)
at Readable.push (node:internal/streams/readable:390:5)
at TCP.onStreamRead (node:internal/stream_base_commons:191:23)
at TCP.callbackTrampoline (node:internal/async_hooks:130:17) {
severity_local: 'FATAL',
severity: 'FATAL',
code: 'XX000'
}
unhandledRejection: PostgresError: Unable to check out process from the pool due to timeout
at ErrorResponse (webpack-internal:///(rsc)/../../node_modules/.pnpm/[email protected]/node_modules/postgres/src/connection.js:803:66)
at handle (webpack-internal:///(rsc)/../../node_modules/.pnpm/[email protected]/node_modules/postgres/src/connection.js:489:6)
at Socket.data (webpack-internal:///(rsc)/../../node_modules/.pnpm/[email protected]/node_modules/postgres/src/connection.js:330:9)
at Socket.emit (node:events:520:28)
at addChunk (node:internal/streams/readable:559:12)
at readableAddChunkPushByteMode (node:internal/streams/readable:510:3)
at Readable.push (node:internal/streams/readable:390:5)
at TCP.onStreamRead (node:internal/stream_base_commons:191:23)
at TCP.callbackTrampoline (node:internal/async_hooks:130:17) {
severity_local: 'FATAL',
severity: 'FATAL',
code: 'XX000'
}
1 replies