- My goal: I am using my RetoolDB in a Next.js app and managing the tables via Retool UI and workflows
- Issue: I noticed today after doing a bunch of bulk updates that I hit a RetoolDB limit
- Steps I've taken to troubleshoot: I looked here Retool Database usage and limits | Retool Docs but did not see any mention of limits.
- Additional info:
Here's what I see in the Retool Workflow console:
Here is what I see in my logs:
Database query error: error: remaining connection slots are reserved for non-replication superuser connections
at async f (.next/server/chunks/ssr/[root-of-the-server]__8ab7d1a5._.js:1:10299)
at async i (.next/server/chunks/ssr/[root-of-the-server]__efff5e4c._.js:1:10769) {
length: 102,
severity: 'ERROR',
code: 'XX000',
detail: undefined,
hint: undefined,
position: undefined,
internalPosition: undefined,
internalQuery: undefined,
where: undefined,
schema: undefined,
table: undefined,
column: undefined,
dataType: undefined,
constraint: undefined,
file: undefined,
line: undefined,
routine: undefined
}
