[google-appengine] Re: Extreme amount of timeouts and other errors today

2009-04-23 Thread medecau



On Apr 23, 10:07 am, tijer troels...@gmail.com wrote:
 There seems to be an extreme amount of timeouts and other errors
 today.

 My app is almost inaccessible... From the System Status I cannot see
 anything bout this situation, can somebody from Google please respond
 to the situation?

its been very unstable lately
ill leave my app time/req graph has a pointer:

http://tinyurl.com/dkbd9y
--~--~-~--~~~---~--~~
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@googlegroups.com
To unsubscribe from this group, send email to 
google-appengine+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/google-appengine?hl=en
-~--~~~~--~~--~--~---



[google-appengine] Re: Extreme amount of timeouts and other errors today

2009-04-23 Thread Henrik Berggren

I'm having similar problems. My site (id:listen-to-blogs) is hardly
working at all :(

Henrik

On Apr 23, 11:07 am, tijer troels...@gmail.com wrote:
 There seems to be an extreme amount of timeouts and other errors
 today.

 My app is almost inaccessible... From the System Status I cannot see
 anything bout this situation, can somebody from Google please respond
 to the situation?

--~--~-~--~~~---~--~~
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@googlegroups.com
To unsubscribe from this group, send email to 
google-appengine+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/google-appengine?hl=en
-~--~~~~--~~--~--~---



[google-appengine] Re: Extreme amount of timeouts and other errors today

2009-04-23 Thread Henrik Berggren

Having the exact same problem. pls help!

On Apr 23, 11:07 am, tijer troels...@gmail.com wrote:
 There seems to be an extreme amount of timeouts and other errors
 today.

 My app is almost inaccessible... From the System Status I cannot see
 anything bout this situation, can somebody from Google please respond
 to the situation?

--~--~-~--~~~---~--~~
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@googlegroups.com
To unsubscribe from this group, send email to 
google-appengine+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/google-appengine?hl=en
-~--~~~~--~~--~--~---



[google-appengine] Re: Extreme amount of timeouts and other errors today

2009-04-23 Thread Ivan Maslov
Me too 
(id:topbestfriendshttp://appengine.google.com/dashboard?app_id=topbestfriends
)

2009/4/23 Henrik Berggren henrik.bergg...@gmail.com


 Having the exact same problem. pls help!

 On Apr 23, 11:07 am, tijer troels...@gmail.com wrote:
  There seems to be an extreme amount of timeouts and other errors
  today.
 
  My app is almost inaccessible... From the System Status I cannot see
  anything bout this situation, can somebody from Google please respond
  to the situation?

 


--~--~-~--~~~---~--~~
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@googlegroups.com
To unsubscribe from this group, send email to 
google-appengine+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/google-appengine?hl=en
-~--~~~~--~~--~--~---



[google-appengine] Re: Extreme amount of timeouts and other errors today

2009-04-23 Thread Jeff S (Google)
Hi all,

I've been investigating these issues. tijer and medecau, could you tell me
the app IDs for these cases?

Thank you,

Jeff

On Thu, Apr 23, 2009 at 8:25 AM, Ivan Maslov vanya@gmail.com wrote:

 Me too 
 (id:topbestfriendshttp://appengine.google.com/dashboard?app_id=topbestfriends
 )

 2009/4/23 Henrik Berggren henrik.bergg...@gmail.com


 Having the exact same problem. pls help!

 On Apr 23, 11:07 am, tijer troels...@gmail.com wrote:
  There seems to be an extreme amount of timeouts and other errors
  today.
 
  My app is almost inaccessible... From the System Status I cannot see
  anything bout this situation, can somebody from Google please respond
  to the situation?




 


--~--~-~--~~~---~--~~
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@googlegroups.com
To unsubscribe from this group, send email to 
google-appengine+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/google-appengine?hl=en
-~--~~~~--~~--~--~---



[google-appengine] Re: Extreme amount of timeouts and other errors today

2009-04-23 Thread baytiger

Yes certainly, the app id is rby.

It is less of an issue now, but it was very bad btw 04-23 12:01AM and
04-23 04:50AM - and then before that btw 04-22 05:38AM and 04-22
07:59PM

All times are given from the appviewer and is thus california time.

I often get a lot of timeouts cluttered together for 4-5 hours at a
time. It sucks very much when trying to build a professional and
reliable site. I really hope you will manage to bring these errors
down, or at least give a more specific error than timeout. I can
force my app to try to re-do the query's and put's but I suspect that
wouldn't do any real good in the long term.

In the tracker I have recommended that you implement some sort of
better explanation than timeout. If its because there are too many
writes to the same entities then it should say that rather than
timeout - and it should be possible for us to implement task queries
that can then wait until its ok again to write and do it then. I have
spent a lot of time using memcache to serve as a backend if the
datastore fails - simply because it does that quite a lot. It
shouldn't have to be like that, but I already spend a lot of time
developing the site for GAE so obviously I would like to stay.

However, if timeouts is going to continue to be something that just
happens every hour or so on app engine, then I'm going to have to
redevelop my app and go somewhere else with it. But then it would be
proof that it'd be impossible to do anything serious on the platform
and I sincerely hope it'll not develop into this direction.

Anyway, a thumbs up for investigating the problem. I have profiled all
I could and cached all I could, memcached all I could (maybe even a
bit more than most would be comforable with doing). If there is
anything at all I can do more then please let me know.


On Apr 23, 8:20 pm, Jeff S (Google) j...@google.com wrote:
 Hi all,

 I've been investigating these issues. tijer and medecau, could you tell me
 the app IDs for these cases?

 Thank you,

 Jeff



 On Thu, Apr 23, 2009 at 8:25 AM, Ivan Maslov vanya@gmail.com wrote:
  Me too 
  (id:topbestfriendshttp://appengine.google.com/dashboard?app_id=topbestfriends
  )

  2009/4/23 Henrik Berggren henrik.bergg...@gmail.com

  Having the exact same problem. pls help!

  On Apr 23, 11:07 am, tijer troels...@gmail.com wrote:
   There seems to be an extreme amount of timeouts and other errors
   today.

   My app is almost inaccessible... From the System Status I cannot see
   anything bout this situation, can somebody from Google please respond
   to the situation?
--~--~-~--~~~---~--~~
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@googlegroups.com
To unsubscribe from this group, send email to 
google-appengine+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/google-appengine?hl=en
-~--~~~~--~~--~--~---