Severe latency and application crashes
robbytables
PROOP

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 $$!!!!

Solved

9 Replies

robbytables
PROOP

7 months ago

72084320-4db7-45b2-9694-0d4344c710c5


7 months ago

Hello,

The private network is not available during build. Please move any migrations into a pre-deploy command.


robbytables
PROOP

7 months ago

What does this have to do with how slow our application is?


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.


robbytables
PROOP

7 months ago

Our application is running, the latest build failed. The application has had extreme latency


robbytables
PROOP

7 months ago

Health check endpoint is taking 1 minute to return


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.


robbytables
PROOP

7 months ago

ok, ty


7 months ago

!s


Status changed to Solved brody 7 months ago


Loading...