[google-appengine] Just started getting 500s again today

2010-06-02 Thread Harlan Crystal
Once again, getting lots of datastore latency and 500s on the admin console. -- You received this message because you are subscribed to the Google Groups Google App Engine group. To post to this group, send email to google-appeng...@googlegroups.com. To unsubscribe from this group, send email

[google-appengine] Re: Static files in newly deployed version not available in the apps domain. (Major problem)

2010-06-02 Thread J
Sorry for the delay, Ikai. I had to make a pervasive change in our code base to put in cache-busting snippet. Our app.yaml is below. You will note two commented-out line for css. The 4d expiration was removed yesterday in one of my attempts to get things to work. By that time, the data was

[google-appengine] Re: Static files in newly deployed version not available in the apps domain. (Major problem)

2010-06-02 Thread Tim Hoffman
Hi Ikai Here are bits of our app.yaml application: psc-dev1 version: 1-0-2 runtime: python api_version: 1 default_expiration: 4d 5h - url: /images static_dir: images expiration: 30d - url: /css static_dir: css expiration: 30d - url: /js static_dir: js expiration: 30d The main

[google-appengine] Re: Static files in newly deployed version not available in the apps domain. (Major problem) - issue raised

2010-06-02 Thread Tim Hoffman
Hi I have raised an issue for this http://code.google.com/p/googleappengine/issues/detail?id=3297 Rgds T -- You received this message because you are subscribed to the Google Groups Google App Engine group. To post to this group, send email to google-appeng...@googlegroups.com. To

[google-appengine] Update on datastore performance

2010-06-02 Thread Ikai L (Google)
Hey guys, I just wanted to highlight a new blog post that we've posted about the recent datastore issues: http://googleappengine.blogspot.com/2010/06/datastore-performance-growing-pains.html http://googleappengine.blogspot.com/2010/06/datastore-performance-growing-pains.htmlWe're still hard at

[google-appengine] If you host appengine apps under a google apps domain mapping you should probably star this issue.

2010-06-02 Thread Tim Hoffman
Hi The following issue seems to affect a number of sites. Static files in newly deployed version not available in the apps domain. http://code.google.com/p/googleappengine/issues/detail?id=3297 Rgds T -- You received this message because you are subscribed to the Google Groups Google App

[google-appengine] Re: Update on datastore performance

2010-06-02 Thread Ikai L (Google)
Just a quick clarification: the billing changes only apply to datastore CPU. Storage billing will not be modified. On Wed, Jun 2, 2010 at 5:10 PM, Ikai L (Google) ika...@google.com wrote: Hey guys, I just wanted to highlight a new blog post that we've posted about the recent datastore

[google-appengine] Re: app engine datastore seems to be down

2010-06-02 Thread rizki
Yes, I am also experiencing the same issue, can someone at appengine team resolve this, please ? On Jun 2, 7:50 pm, gauri girishd...@gmail.com wrote: cannot update my indexes. Is someone else facing the same issue? Any idea how long this will take to get resolved? -- You received this message

[google-appengine] Index creation seems take forever

2010-06-02 Thread rizki
AppEngine team, I am experiencing on index building, the build seems take a very long time to finish, can someone do something about this please ? -- You received this message because you are subscribed to the Google Groups Google App Engine group. To post to this group, send email to

[google-appengine] Questions concerning Datastore Growing Pains

2010-06-02 Thread Bill Edwards
I would personally like more information on these datastore growing pains. As a startup, that has been strongly considering building solely on Google App Engine, we are very, very concerned with these instances of failure. If possible, can somebody from the GAE team give us information, on a

[google-appengine] Federated identity with https

2010-06-02 Thread Takashi MATSUO
Hi list(and Wesley), As I mentioned in the irc channel today, the federated identity doesn't work on https pages. There is an issue about it already posted at: http://code.google.com/p/googleappengine/issues/detail?id=3270 Regards, -- Takashi Matsuo matsuo.taka...@gmail.com Kay's daddy --

[google-appengine] Datastore Statistics

2010-06-02 Thread prgmratlarge
I noticed that after deleting entities, the statistics don't update with the new numbers (even after the last updated time becomes current). It seems to only be able to increase and not decrease. Is this a bug? -- You received this message because you are subscribed to the Google Groups Google

[google-appengine] 500 Server Error

2010-06-02 Thread Snoopy
http://tootoo1993.appspot.com Error: Server Error The server encountered an error and could not complete your request.If the problem persists, pleasereportyour problem and mention this error message and the query that caused it. but this url works http://1.latest.tootoo1993.appspot.com -- You

Re: [google-appengine] Re: Buying a new domain...

2010-06-02 Thread Prashant Gupta
anyone ? -- You received this message because you are subscribed to the Google Groups Google App Engine group. To post to this group, send email to google-appeng...@googlegroups.com. To unsubscribe from this group, send email to google-appengine+unsubscr...@googlegroups.com. For more options,

[google-appengine] Email Service with 10K+ addresses in the cc list

2010-06-02 Thread Sandeep Arneja
I am trying to send an email with about 10K+ addresses in the cc list. This is not for spam but in case i have maintainence on my application i send an email to all users informing them about the status. How should i design this? I see that google app engine in dev stops responding when i use

<    1   2