You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/app/worker.ts
+3-1Lines changed: 3 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -29,7 +29,9 @@ export class AppWorker implements IRunnable {
29
29
30
30
privateonError(error: Error){
31
31
if(error.name==='TypeError'&&error.message==="Cannot read properties of undefined (reading '__knexUid')"){
32
-
console.error('Unable to acquire connection. Please increase DB_MAX_POOL_SIZE, ')
32
+
console.error(
33
+
'Unable to acquire connection. Please increase DB_MAX_POOL_SIZE, DB_ACQUIRE_CONNECTION_TIMEOUT and tune postgresql.conf to make use of server\'s resources.'
0 commit comments