This request caused a new process to
be started for your application, and
thus caused your application code to
be loaded for the first time. This
request may thus take longer and use
more CPU than a typical request for
your application.
I’ve handled all the situations, also DeadlineExceededError too. But sometimes I see these error messages in error logs. That request took about 10k ms, so it’s not exceeded the limit too. But there is no other specific message about this error. All I know is that it returned HTTP 500. Is there anyone know the reason of these error messages?
Thank you.
I’m fairly sure that the specific message is not related to the HTTP 500 you are getting. All this means that the instance of your app was initialized.
Here’s an example of this message for my app with a successful response: