Hi all,

We have an emergency in our app (yagoloo-chat). We are using Channel API 
and about 2 hours ago smt very bad has happened. 
Where it usually took 20-40 millis to send a message through the channel 
(not delivery time, I mean api method lock time), now it takes 4-5 seconds. 
Yes SECONDS, so when we 
call ChannelServiceFactory.getChannelService().sendMessage(""), it blocks 
for 4-5 seconds. We are using queues to send messages, where each task 
sends 5 at max (can be less) and at the moment it shows 17 seconds average 
execution time. We also have appstats enabled which clearly show 
sendMessage() eating the time.
Needless to say our instances have skyrocketed, where usually we had 2-3, 
now there are 16. We are not paying for premium support, does it mean we 
will have to pay for that??!
Please someone at google take a look at this. I have filed production 
issue...

cheers,
Aleksei

-- 
You received this message because you are subscribed to the Google Groups 
"Google App Engine" group.
To view this discussion on the web visit 
https://groups.google.com/d/msg/google-appengine/-/lz3Ce9r_JO8J.
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.

Reply via email to