Szymon Polom
03/13/2021, 12:07 PMCan't reach database server at
with the error code P1001
- is there a way to increase the time limit for the connection handling (besides of DB_POOL_TIMEOUT
)? My use case is a serverless DB in AWS which needs a bit of startup time. I digged a bit through the code, but couldn't find anything.thdxr
03/13/2021, 2:45 PMthdxr
03/13/2021, 2:45 PMconnect_timeout
to a large number gave the serverless instance time to spin upSzymon Polom
03/15/2021, 8:47 AMthdxr
03/15/2021, 2:06 PM