I have a nestjs api running on Google Cloud Run. The container's cold start time is about 10-13 seconds. When I look at the logs of application, I see 2-2.5 second between Nestjs application starting and Nestjs application started succesfully. But the first request's response time is about 9 seconds. I can't find the reason why cold start time so high. How should I troubleshoot it?
#Long Cold Start Time
4 messages · Page 1 of 1 (latest)