Hello all, During our development, we sometimes see that the new version of application we updated to AppEngine using appcfg.py does not show up. When we try to access it from browser, it is still the older version. Sometimes, this is occasional and the next update works. Sometimes, we will have to wait for 10 or 20mins and retry update. Now, it takes hours before our update become working. During these time, we keep trying to run appcfg.py to update, but the new change does not seem to be there.
Does anyone know such problem? We are updating using appcfg.py update bin-release Is there a limit on how many times we can update the appengine application inside a day? I did not seem to see such limit. We have one .swf file that is about 900kb. That is the file that we constantly updating and testing. Is there a limit on bandwidth of the update? Inside app.yaml, we are serving .swf file this way. - url: /(.*\.(swf|html|js|xml|gif|png|jpg)) static_files: \1 upload: (.*\.(swf|html|js|xml|gif|png|jpg)) Thank you in advance for any comment or suggestions. Very much appreciated. --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
