7 months ago
Our application is constantly crashing, and we're experiencing severe latency. There is nothing in our logs that indicate that this is our application. Please address ASAP as it is impacting business and costing us $$!!!!
9 Replies
7 months ago
Hello,
The private network is not available during build. Please move any migrations into a pre-deploy command.
7 months ago
That is the current error you are facing, your application is not running at all right now, it has a failed build.
Our application is running, the latest build failed. The application has had extreme latency
7 months ago
Ah, I see, it was a deployment from a bit ago that wasn't showing for me. My apologies.
The issue with the active deployment is that it is using the public network to connect to the database, which will have a guaranteed latency penalty.
So you would want to move your database actions into a pre-deploy command so that you can use the private network.
7 months ago
!s
Status changed to Solved brody • 7 months ago