Is anybody else finding that deployments are extraodinarily slow today? We have a small python module (called 'users') that we're trying to deploy (reported size is less than 1mb) and it's consistently taking over 30 minutes to deploy...
$ gcloud preview app deploy ./app.yaml --version 7 --project <project_name> You are about to deploy the following modules: - blah blah blah Do you want to continue (Y/n)? Beginning deployment... Updating module [users]...\ It's been sitting there for over 30 minutes. The last time (for version 6 this morning) it took about 40 minutes before it succeeded. Google support doesn't seem to notice anything strange about appengine or my project. Previous versions of this module have deployed immediately (within seconds). Anybody else experiencing things like this? -- 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 post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/google-appengine. To view this discussion on the web visit https://groups.google.com/d/msgid/google-appengine/5334696b-cd34-45eb-95f8-90ebd973125e%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
