[google-appengine] Re: Channel API not working properly

2011-09-15 Thread FastGeert
Yes, https://rogerth.at is also suffering from this exact problem. Please fix it asap, my customers are affected by this. On Sep 15, 11:12 am, Bay wrote: > Same problem... Channel API not working. Similar error as Philip -- You received this message because you are subscribed to the Google Gro

[google-appengine] Re: appstats/recording.py:498: DeprecationWarning

2011-10-06 Thread FastGeert
Is this function REALLY deprecated ? The logs for my application are also spammed with errors because of this. Though when I go looking for updates in the documentation here http://code.google.com/appengine/docs/quotas.html#Monitoring_CPU_Usage_in_a_Request , I don't see any changes there !! Pleas

[google-appengine] Request cost calculation -- quota.get_request_cpu_usage

2011-10-20 Thread FastGeert
Hi, we were using quota.get_request_cpu_usage to be able to calculate the cost of a request. With the new pricing scheme quota.get_request_cpu_usage has been deprecated and does not reflect the cost of request anymore. How can we now monitor eg the number of datastore ops performed in a request ?

[google-appengine] java.util.ConcurrentModificationException on committing a transaction with only task queue entries

2012-05-08 Thread FastGeert
Hi, last night our application suffered from java.util.ConcurrentModificationException on committing a transaction with only task queue entries. The transaction only had to persist 5 task queue entries, no additional changes needed to be committed in the transaction. After plunging through t

[google-appengine] Transactions and queries in python app engine

2012-07-09 Thread FastGeert
Hi, is it possible to perform non-transactional datastore queries from inside a transaction? In the java version of appengine, it is possible, but as far as I read in the python documentation, I don't think it is possible in the python version of appengine. -- You received this message beca

[google-appengine] Text Search api not working on my production app

2012-09-07 Thread FastGeert
Hi, today I started using the Text Search API to create a search functionality in my app. While everything works just fine on the dev server, whatever api call to the Text Search API results in an InvalidRequest exception on my production app. remove ===> fails search ===> fails add ===> fails

Re: [google-appengine] Text Search api not working on my production app

2012-09-07 Thread FastGeert
rote: > >> Can u give some more details... Prob samle code that i can test to see? >> >> >> On Sep 7, 2012 9:12 PM, "FastGeert" > >> wrote: >> > >> > Hi, >> > >> > today I started using the Text Search API to create

Re: [google-appengine] Text Search api not working on my production app

2012-09-09 Thread FastGeert
N_INDEX = "SERVICE_LOCATION_INDEX" >> >> and let me know if that works for you in production? >> >> -Amy >> >> >> On 8 September 2012 05:00, FastGeert >wrote: >> >>> Hi, >>> >>> this is the code I wrote: >>&

[google-appengine] Platform stability

2013-12-19 Thread FastGeert
Lately I'm getting an affwull amount of DeadlineExceededError requests when the load on my app goes a little above normal. You would expect that the system then dies on queries on the datastore, but that is not the case. The crashes just happen in random places, most of the time in places where