What I'm trying to accomplish is to have Cloud Run not drive traffic to my container until it's fully loaded. I have Docker health checks that do that, but Cloud Run seems to ignore them. I also delay the port binding (as suggested by Jason Collins), but again, Cloud Run seems to ignore that as well, as I get crazy high latencies right after deploying a new revision.
Thanks On Thu, May 7, 2020 at 11:07 AM 'Elliott (Cloud Platform Support)' via Google App Engine <[email protected]> wrote: > Hello Rodrigo, > > What do you have in mind to optimize on the Docker side? Although this may > not be the right forum for that, maybe we can help. > > -- > You received this message because you are subscribed to the Google Groups > "Google App Engine" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected]. > To view this discussion on the web visit > https://groups.google.com/d/msgid/google-appengine/24199233-1038-430b-ab8a-43d2636f7c05%40googlegroups.com > <https://groups.google.com/d/msgid/google-appengine/24199233-1038-430b-ab8a-43d2636f7c05%40googlegroups.com?utm_medium=email&utm_source=footer> > . > -- You received this message because you are subscribed to the Google Groups "Google App Engine" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/google-appengine/CAJ%2Bjq-qP8LyWs8yoXYzhZia6%3DewJxdAO764yJXL0B3Q7ojXpWA%40mail.gmail.com.
