Re: [google-appengine] Re: App Engine Task Queue Stored Task Bytes

2011-11-15 Thread Nicholas Verne
John, I just took a look at your app and the quota had been reset to zero. Please let us know if it spends more than a day in the "stuck" state. Nick Verne On Wed, Nov 16, 2011 at 1:23 PM, John Wheeler wrote: > Hello, > > Can someone from the app engine team please take a look at this? My Task

Re: [google-appengine] Re: New Acceptable Use: Porn?

2011-11-15 Thread vlad
This might be an inflection point for appengine and for Google as whole. GOOG at $2000 anyone? -- 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/-/ies

Re: [google-appengine] Re: Static files question

2011-11-15 Thread Kyle Finley
Any time a user / browser requests the file it is counted as a request, and logged in the summary page. To limit the amount of request made from the user's browser you can cache the file in the user's browser. To do this on Google App Engine add a *default_

[google-appengine] Deadline Exceeded within few seconds

2011-11-15 Thread JSiy
I'm using Gaelyk. I have a task in the default queue that connects to a restful service using UrlFetch. However even before the transaction is finished, I'm getting the ff. error: com.google.apphosting.api.ApiProxy$ApiDeadlineExceededException: The API call urlfetch.Fetch() took too long to respon

Re: [google-appengine] Instances questions - static files cost $$$!

2011-11-15 Thread Amy Unruh
Kate, You can set a global default cache period for all static file handlers in your app.yaml file, using 'default_expiration' as described here: http://code.google.com/appengine/docs/python/config/appconfig.html#Static_File_Handlers That should let you reduce the number of static file requests t

[google-appengine] wrong numbers in "Current Load" section in the admin dashboard

2011-11-15 Thread brillout.com
the dashboard states that: -0.36GBytes of the outgoing bandwidth has been used -the current load section states that 10 requests have been made to the app the files are all less than 1MB in the FAQ is stated "The current load gives a breakdown of the number of requests for each URI requested fr

[google-appengine] Re: New user, question for requirements, about datastores interoperability

2011-11-15 Thread Max
you can't send messages among different apps directly. But you can write your own protocol and communicate through url fetch / xmpp etc. With regards to user account, an easy way it to use google account directly. -- You received this message because you are subscribed to the Google Groups "Go

[google-appengine] Re: Static files question

2011-11-15 Thread Kate
Thanks Kylie, but why are these files still showing as "requests" on my summary page? On Nov 15, 2:44 pm, Kyle Finley wrote: > - url: /images >   static_dir: static/images > > *Yes* > > - url: /images/ads >   static_dir: static/images/ads  /* that is do subdirectories have the be > explicitly li

[google-appengine] Instances questions - static files cost $$$!

2011-11-15 Thread Kate
Even though I have complied with the python definition for my static files diectoroes the static files (style sheets, images) are STILL showinfg as instance requests on my dashboard! " Due to the way estimates are calculated, the sum of individual resource costs may not match the displayed total e

[google-appengine] Re: New user, question for requirements, about datastores interoperability

2011-11-15 Thread Gerald Tan
One application cannot directly access the datastore of another application. You can however allow one app to send queries to another app using urlfetch. -- You received this message because you are subscribed to the Google Groups "Google App Engine" group. To view this discussion on the web vis

[google-appengine] Corrupted database entities?

2011-11-15 Thread Rachel Gollub
Hi, I've got about 20,000 objects in the M/S datastore. This morning, I notice that when I tried to save one of them, it deleted all the child entities. I tried again with other objects, and found that about a tenth of the ones I tried seemed not to save correctly, while the rest did. This was

[google-appengine] Re: XMPP getPresence() deprecated in 1.5.5... aaaaargh!

2011-11-15 Thread Rori Stumpf
Good news, Google is going to reinstate getPresence(). See http://code.google.com/p/googleappengine/issues/detail?id=6336 On Nov 15, 4:57 am, Gerald Tan wrote: > To make things more challenging, sending a PROBE presence usually won't get > you an UNAVAILABLE reply if the user is offline :/ -- Y

[google-appengine] Re: App Engine Task Queue Stored Task Bytes

2011-11-15 Thread John Wheeler
Hello, Can someone from the app engine team please take a look at this? My Task Queue Stored Task Bytes have not been resetting properly ever since the billing turnover. I don't want to pay $500 a month just to have you look at this. Thanks. -- You received this message because you are subs

[google-appengine] Billing status is pending since Nov 11

2011-11-15 Thread Alan Xing
This is for the app id 'snsanalytics'. I guess the app is pretty big among all GAE apps. The app could exceed its daily budget ANY TIME. Could anyone in the GAE team help take a look? I emailed appengine_updated_pric...@google.com a couple of days ago, not yet receiving a response. Regards, Alan

Re: [google-appengine] Re: Mistaken bill

2011-11-15 Thread Gregory D'alesandre
Hi Tempy, I took the liberty of checking out your appid (since you asked :) and there was no charge listed in your billing history which means you shouldn't have been charged. Is it possible that the $2.10 charge was for a different appid? Greg On Tue, Nov 15, 2011 at 2:22 PM, tempy wrote: > R

[google-appengine] AttributeError: 'ChannelPresenceConnection' object has no attribute 'shutdown'

2011-11-15 Thread Emlyn
Hi, I'm playing with the Channel API at the moment. It's good! And by playing, I mean implementing in a commercial product (of course). It's all working happily, I just have a minor niggle that it's killing my dev appserver. Basically, as soon as I call channel.open(), blamo! The appserver goes d

Re: [google-appengine] Help resolve massive performance regression in 2.7 vs 2.5 runtime

2011-11-15 Thread Nick Johnson
Hi Waleed, It's impossible to say what the cause of the latency might be without more details. You say you spent a lot of time investigating it; can you show us some of the data you gathered? Did you use appstats? -Nick Johnson On Wed, Nov 16, 2011 at 11:37 AM, Waleed Abdulla wrote: > I just s

Re: [google-appengine] Help resolve massive performance regression in 2.7 vs 2.5 runtime

2011-11-15 Thread Waleed Abdulla
I just switched one of my apps to Python 2.7 and the average latency went up from 125ms to about 1.3 seconds (about 10x). My app is 'not' CPU-bound. It has a mix of different use patterns (some requests use urlfetch, others load data from datastore or memcache). That variety should make it a good c

Re: [google-appengine] URGENT - BILLING - Cannot activate billing and my application is down

2011-11-15 Thread straight...@gmail.com
What billing payment are tallk about Greg call 3474438471 On 11/15/11, Gregory D'alesandre wrote: > Hi José, I'll work with you on this offlist. > > Greg > > On Tue, Nov 15, 2011 at 11:34 AM, Zé Vicente > wrote: > >> Hello, >> >> My applications is down because some resources are gone. The proble

[google-appengine] Re: URGENT: google checkout for usage i dont know where it comes from.

2011-11-15 Thread bFlood
yes, i would say so. On Nov 15, 6:58 pm, "Gregory D'alesandre" wrote: > Yes, you need to disable billing for an app in order to not be charged, no > disable the app itself.  This should've been better documented. > > Greg > > > > > > > > On Tue, Nov 15, 2011 at 3:55 PM, bFlood wrote: > > greg >

Re: [google-appengine] Re: URGENT: google checkout for usage i dont know where it comes from.

2011-11-15 Thread Gregory D'alesandre
Yes, you need to disable billing for an app in order to not be charged, no disable the app itself. This should've been better documented. Greg On Tue, Nov 15, 2011 at 3:55 PM, bFlood wrote: > greg > > are disabled apps being billed the $2.10? I've just received 6 bills > in a row, all for disa

[google-appengine] Re: URGENT: google checkout for usage i dont know where it comes from.

2011-11-15 Thread bFlood
greg are disabled apps being billed the $2.10? I've just received 6 bills in a row, all for disabled apps brian On Nov 15, 5:47 pm, Logan wrote: > On Nov 14, 3:07 pm, "Gregory D'alesandre" wrote: > > > Hi Andreas, > > > If you have billing enabled App Engine will now charge you $2.10/week as a

[google-appengine] Re: How to send quickly a message through Channels API to 10k users?

2011-11-15 Thread JH
I would check out pubnub.com On Nov 15, 3:18 pm, Andrius A wrote: > Hi, > > I am having a problem to find a way to send the same message to many users > connected through channels instantaneously. I understand that there is no > way at the moment to have the same channel for many clients or broad

[google-appengine] Re: URGENT: google checkout for usage i dont know where it comes from.

2011-11-15 Thread Logan
On Nov 14, 3:07 pm, "Gregory D'alesandre" wrote: > Hi Andreas, > > If you have billing enabled App Engine will now charge you $2.10/week as a > minimum spend.  Above $2.10 we will charge you for what you use.  If you > don't need to go beyond the free quota, it might make more sense to disable > b

[google-appengine] Re: Mistaken bill

2011-11-15 Thread tempy
Right you are! Sorry, my mistake. Though I'm surprised that this isn't coming out of the credit that the account has. On Nov 15, 11:18 pm, Joshua Smith wrote: > $2.10 perhaps? > > That's the minimum weekly charge for "billing enabled" now. > > On Nov 15, 2011, at 5:07 PM, tempy wrote: > > > > >

Re: [google-appengine] Mistaken bill

2011-11-15 Thread Joshua Smith
$2.10 perhaps? That's the minimum weekly charge for "billing enabled" now. On Nov 15, 2011, at 5:07 PM, tempy wrote: > Hello all, > Not sure where to report this so I'm writing it here. Just got an > email that I was billed two bucks for my under-quota app that has > billing enabled. The app sti

[google-appengine] Mistaken bill

2011-11-15 Thread tempy
Hello all, Not sure where to report this so I'm writing it here. Just got an email that I was billed two bucks for my under-quota app that has billing enabled. The app still has 48.35$ worth of credit from the free credit we got during the pricing change, and the last time it went over quota it was

Re: [google-appengine] URGENT - BILLING - Cannot activate billing and my application is down

2011-11-15 Thread Gregory D'alesandre
Hi José, I'll work with you on this offlist. Greg On Tue, Nov 15, 2011 at 11:34 AM, Zé Vicente wrote: > Hello, > > My applications is down because some resources are gone. The problem is: > > 1) I disabled billing by mistake. > 2) Now i cannot enable it anymore because I have the message: > Bill

[google-appengine] Re: App Engine Chat Time!

2011-11-15 Thread Austin Marquez-Nixon
Can any one help me I have a Fewz questions -- 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/-/6o-93f-baiIJ. To post to this group, send email to goog

[google-appengine] URGENT - BILLING - Cannot activate billing and my application is down

2011-11-15 Thread Zé Vicente
Hello, My applications is down because some resources are gone. The problem is: 1) I disabled billing by mistake. 2) Now i cannot enable it anymore because I have the message: Billing Status: Awaiting Recurring Charge Cancellation This is really an issue because I even WOULD LIKE TO PAY TO GOOG

[google-appengine] How to send quickly a message through Channels API to 10k users?

2011-11-15 Thread Andrius A
Hi, I am having a problem to find a way to send the same message to many users connected through channels instantaneously. I understand that there is no way at the moment to have the same channel for many clients or broadcast a message. So I store connected users in datastore and do a loop through

[google-appengine] Re: TaskQueues all fail to execute on devserver

2011-11-15 Thread Riley
I found a workaround, detailed in that issue. Blegh! -- 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/-/tIJ4umC2M9sJ. To post to this group, send ema

[google-appengine] Instance Count going to 0

2011-11-15 Thread Jeremy
This is the second time we've seen this happen in the last couple of months. We've had an unresponsive app due to the instance count going to 0. We're able to get into the administrative console and we see on the instances tab that our instance count is zero! The app returns a 404 error message

Re: [google-appengine] URGENT: google checkout for usage i dont know where it comes from.

2011-11-15 Thread Riley
This happened to me, too - if you follow the links in the checkout receipt for long enough you eventually get to something with the appid buried in a description. In my case, the app was *disabled*, but I hadn't disabled billing separately, so I was still charged. Whoops! -- You received thi

[google-appengine] Re: TaskQueues all fail to execute on devserver

2011-11-15 Thread Riley
Last bump before giving up hope. See issue 4009 -- 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/goo

Re: [google-appengine] 1.6.0. Python2.7 How to import lxml in App engine SDK ?

2011-11-15 Thread JPF
Thanks; it works. -- 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/-/VkqmoSLvLxIJ. To post to this group, send email to google-appengine@googlegroups.

[google-appengine] Re: Static files question

2011-11-15 Thread Kyle Finley
- url: /images static_dir: static/images *Yes* - url: /images/ads static_dir: static/images/ads /* that is do subdirectories have the be explicitly listed *No, all subdirectories will be included:* *images/ads* *images/cats* - url /stylesheets static_dir /stylesheets /* that is can

[google-appengine] Static files question

2011-11-15 Thread Kate
Lets say I have the following directories /stylesheets /static/images /static/images/ads Can I do the following - url: /images static_dir: static/images - url: /images/ads static_dir: static/images/ads /*that is do subdirectories have the be explicitly listed - url /stylesheets static_dir /st

[google-appengine] New user, question for requirements, about datastores interoperability

2011-11-15 Thread Nicolo Zanetti
Hello, I'm new and I wanted to create some applications using GAE and GWT (Java). However I was not able to understand from the documentation that I was able to find if GAE can satisfy certain my requirements, or if I should move to something else instead. Actually I'm planning to make a game. (it

[google-appengine] Enabling session hits Datastore free quota very quickly

2011-11-15 Thread Andrew Osipenko
It seems that enabled HTTP session utilizes datastore very much. Because each HTTP request updates _expires field in _ah_SESSION table. My app uses HTTP resource caching of course. But I expect that during first page load _expires datastore field is updated 20 times. This cosumes quota very fast

[google-appengine] Re: Charged for style sheets?

2011-11-15 Thread Kate
Thanks for that. Another related question "A static file handler associates a URL pattern with paths to static files uploaded with the application." Lets say I have the following directories /stylesheets /static/images /static/images/ads Can I do the following - url: /images static_dir: stat

Re: [google-appengine] URGENT: google checkout for usage i dont know where it comes from.

2011-11-15 Thread Adrian Scott
You can cancel a subscription from Google Checkout -- I just did for an old account. If you only have apps billing that you want to turn off, maybe that's an option for you guys... Still, the interface should allow it on a per-app level, not a binary whole-account level... -A On Tue, Nov 15, 201

Re: [google-appengine] Charged for style sheets?

2011-11-15 Thread Barry Hunter
Set caching headers on the file, so that every page doesnt have to load it http://code.google.com/appengine/docs/python/config/appconfig.html#Static_File_Handlers http://code.google.com/appengine/docs/python/gettingstarted/staticfiles.html Static files dont use instances. You still of course pay

Re: [google-appengine] URGENT: google checkout for usage i dont know where it comes from.

2011-11-15 Thread Adrian Scott
Also, we should be able to turn off current/future billing even if Google's system is in the process of charging a new card. I submitted an updated credit card yesterday for a payment that didn't go through, but it will not let me disable billing on an old app yesterday or today..., so I'm being bi

[google-appengine] Charged for style sheets?

2011-11-15 Thread Kate
I have a css file that loads for every page. It shows up as a "request" in my billing summary. Are we charged for this? Is it an instance? If so, I will just include it in each page! -- You received this message because you are subscribed to the Google Groups "Google App Engine" group. To post t

[google-appengine] Re: We're down hard because the payments system is failing! HELP!

2011-11-15 Thread Kate
I am having a similar problem. I cannot change my max $ amount. It tells me to email a google billing address which I did. 48 hours ago. To date no answer ... On Nov 14, 6:46 pm, "Ikai Lan (Google)" wrote: > I just checked on your app and it looks okay to me. > > For anyone else having issues wit

[google-appengine] Still getting hits (instances) on deleted page

2011-11-15 Thread Kate
I had add url pages that were getting a lot of hits but most were unwanted from some spammers. As this was costing me $$$ with the new pricing, I deleted the pages and set the link to point to an external URL. However I am stil getting hits recorded for my addurl page as it is still loaded in o

[google-appengine] Confusion re Idle Instances and Pending Latency Options

2011-11-15 Thread Kate
I am confused. I have a low volume (in terms of requests) site. At the Applications Settings page there are two sliders. I can understand the top one and have set the number of instances v low. But on researching latency issues some articles imply to set minimum latency high, others to set it low.

Re: [google-appengine] Channel API JS partially broken

2011-11-15 Thread Andrin von Rechenberg
The one time I had this problem in chrome and looked at the source, the file was completely blank. Unfortunately it's hard to reproduce. -Andrin On Thu, Nov 10, 2011 at 12:52 AM, Pascal Patry wrote: > On Wednesday, November 09, 2011 16:28:29 Andrin von Rechenberg wrote: > > Hey there > > > > /_a

Re: [google-appengine] URGENT: google checkout for usage i dont know where it comes from.

2011-11-15 Thread Joshua Smith
+1. I just had the same issue: trying to figure out what I was being charged for. Please make this a priority. On Nov 14, 2011, at 6:34 PM, Gregory D'alesandre wrote: > Thanks for the feedback, we are currently looking into adding the appid into > the receipt. -- You received this message bec

[google-appengine] Are there any issues using Stripe payment with GAE?

2011-11-15 Thread Zeynel
I am planning to implement stripe https://stripe.com/ for a project. Are there any issues relating to Stripe and is there anyone using it? Thanks. -- 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-a

Re: [google-appengine] Re: New Acceptable Use: Porn?

2011-11-15 Thread James Broberg
So was I I think :) No on page level caching. We are focused on static content delivery, video transcoding & streaming. On 15 November 2011 20:21, Brandon Wirtz wrote: > I was kidding I think.  But I will read up on your CDN. Does it do Page > Level Caching? > > > -Original Message-

Re: [google-appengine] Help resolve massive performance regression in 2.7 vs 2.5 runtime

2011-11-15 Thread Jeff Schnitzer
Dunno about the Python library, but the standard Java jBCrypt library uses a random salt per-user by default. I'm also very suspicious of this idea that the attacker doesn't have the source code. Python is trivially easy to decompile. Also, where do you keep your source code? In Github? Opens

Re: [google-appengine] Re: Help resolve massive performance regression in 2.7 vs 2.5 runtime

2011-11-15 Thread Jeff Schnitzer
On Mon, Nov 14, 2011 at 12:19 PM, Pol wrote: > > But note that concurrent requests will *not* improve the utilization > > of CPU-bound requests. Running multiple threads on the same CPU just > > proportionally slows each thread down. > > That doesn't make sense: apps do a mix of CPU stuff and RPC

[google-appengine] Re: XMPP getPresence() deprecated in 1.5.5... aaaaargh!

2011-11-15 Thread Gerald Tan
To make things more challenging, sending a PROBE presence usually won't get you an UNAVAILABLE reply if the user is offline :/ -- 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.

RE: [google-appengine] Re: New Acceptable Use: Porn?

2011-11-15 Thread Brandon Wirtz
I was kidding I think. But I will read up on your CDN. Does it do Page Level Caching? -Original Message- From: google-appengine@googlegroups.com [mailto:google-appengine@googlegroups.com] On Behalf Of James Broberg Sent: Monday, November 14, 2011 7:43 PM To: google-appengine@googlegroups

[google-appengine] Re: Can I use set in Appengine?

2011-11-15 Thread Max
Thanks, your post is really great. After reading it I solve like this: tweetlist = sorted(set(tweetlist)) Really thanks! -- 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

[google-appengine] Re: Can I use set in Appengine?

2011-11-15 Thread pdknsk
Unlike sort(), sorted() doesn't sort in place, but returns the result. -- 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 go

Re: [google-appengine] Re: Can I use set in Appengine?

2011-11-15 Thread Max
I don't know, but still not working. (I'm working in coderbuddy.com). This my code: class MainHandler(webapp.RequestHandler): def get(self): tweetlist=[] appo=[] for i in range(1, 16): public_tweets = tweepy.api.search(q='#asroma', rpp=100, lang='it', show_