Hi, Based on what you have described, it seems you are encountering issues with during the deploy step of your build. The downtime may be related the App engine environment that you have set up for the artifact. If you are on flexible, there is a known issue of prolonged serving time to be within the minutes range. You may find further details about this here <https://cloud.google.com/appengine/docs/flexible/known-issues>.
You may find the best practices document here <https://cloud.google.com/cloud-build/docs/speeding-up-builds> useful as there are a few tips and tricks included regarding for speeding up builds. Please feel free to determine if "Building leaner containers <https://cloud.google.com/cloud-build/docs/building-leaner-containers>" would be useful in your use case as this helps separate the building of the application within your container image. -- 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/bc15d034-205d-45f2-8fa0-01f55d5e460d%40googlegroups.com.
