Re: [google-appengine] Re: Undocumented quota: "Log Records Received"

2012-05-28 Thread Alexis
I just got another undocumented quota... This one is more critical for us as it's not used for debugging like the logs one was. > > It's called "File Call Count" and the limit is 8,640,000 daily. I hope it can be increased. I opened a ticket about these undocumented quotas: http://code.google.co

Re: [google-appengine] Re: Undocumented quota: "Log Records Received"

2012-02-17 Thread Robert Kluin
It is not a hard limit. I suspect they will let you pay for more once it is out of experimental status. I've found the log service to be a little slow when fetching a lot of records in a row. In my tests it can take 15 minutes of looping (max batch size) to fetch 100 records. So if you're u

Re: [google-appengine] Re: Undocumented quota: "Log Records Received"

2012-02-16 Thread Andrin von Rechenberg
@Google: Is this a hard limit that will stay around? Can it be increased? I'm planning to implement prodeagle using the logservice instead of memcache. But 100 reads per day is just too low if you have more than 100 queries per day. Are there any other alternatives? Cheers, -Andrin On Tu

Re: [google-appengine] Re: Undocumented quota: "Log Records Received"

2012-01-24 Thread Robert Kluin
You may want to mention why it "all comes to nothing." Robert On Tue, Jan 24, 2012 at 09:25, 333...@gmail.com <333...@gmail.com> wrote: > I've spent two days working on a feature based on the LogService, it > seems it > all comes to nothing :\ > > You could at least leave a small note on the

[google-appengine] Re: Undocumented quota: "Log Records Received"

2012-01-24 Thread 333...@gmail.com
I've spent two days working on a feature based on the LogService, it seems it all comes to nothing :\ You could at least leave a small note on the documentation related to it. here for example: http://code.google.com/appengine/docs/python/logservice/ Do you plan to make it billable? Daniel C.