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?