hello, i'm trying to deploying an update to my Django-based app to GAE, and the "manage.py deploy" seems to be getting stuck during the cloning phase of the update.
i've uploaded one version of the app before and i followed all of the instructions at allbuttonspressed.com for how to setup the Django app for GAE. the app also runs just fine locally, but as it's being deployed to the GAE servers, it's getting stuck at different points in the cloning step. Here's the output: Scanning files on local disk. Scanned 500 files. Scanned 1000 files. Scanned 1500 files. Scanned 2000 files. Cloning 78 static files. Cloning 2190 application files. Cloned 100 files. Cloned 200 files. sometimes it gets stuck around 600, sometimes 1100, sometimes it doesn't get past the 78 static files.. when i turn on --noisy, i see the HTTP requests being made, but no errors. It's almost as if the GAE servers are just failing to process requests periodically and not even returning with an error to let the script continue or fail. if anyone has any ideas on how i can work around this, including a way to skip cloning 2000+ files on each deploy (i've only modified about 5 files), i'd appreciate it. thanks, Saleem. -- You received this message because you are subscribed to the Google Groups "Google App Engine" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/google-appengine?hl=en.
