In regards to `Can't reach database server at` wit...
# orm-help
s
In regards to
Can'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.
I have the same situation, increasing
connect_timeout
to a large number gave the serverless instance time to spin up
s
How large is your number? I am on 30 seconds, but the exception seems to be thrown faster.
t
I think I have it at 60 seconds