Re: [google-appengine] How to re-enable a task queue which has become disabled

2012-09-24 Thread phtq
version of your app? If so, the SendPrize queue may have been missing from queue.yaml/xml On Fri, Sep 21, 2012 at 12:15 PM, phtq phe...@typequick.com.aujavascript: wrote: kbdlessons2 -- You received this message because you are subscribed to the Google Groups Google App Engine group

[google-appengine] How to re-enable a task queue which has become disabled

2012-09-20 Thread phtq
Our application (kbdlessons2) has a number of task queues, one of which (SendPrize) became disabled a few days ago. How do we re-enable it? Also, what made it become disabled? The documentation on task queues and the dashboard don't provide any clues. -- You received this message because you

[google-appengine] Attempt to delete entities in HR Datastore Admin is stuck

2011-06-29 Thread phtq
In the application kbdlessons2.appspot.com an attempt was made to delete all entities in a number of models at once. The process seems to be stuck with 24 activities completed but 15 still active for the last 20 hours and the Datastore Admin panel shows no change in the number of entities from

[google-appengine] Datastore Copy Operations Stuck

2011-05-02 Thread phtq
I have started a number of datastore entity copies from a M/S app (kbdlessons) to an HR app (kbdlessons2) but a number of them refuse to complete even though I have stopped and purged the default task queue a number of times. Could someone from Google please kill these operations? Also, the copies

[google-appengine] Re: When is the Timeout bug going to get fixed?

2010-02-11 Thread phtq
. On Feb 12, 5:28 am, ryan ryanb+appeng...@google.com wrote: hi phtq! out of curiosity, would you consider 1.3.1's extended retries a fix for the timeout bug? http://googleappengine.blogspot.com/2010/02/app-engine-sdk-131-includ... (of course, as djidjadji mentioned, it's not really a bug as much

[google-appengine] Re: When is the Timeout bug going to get fixed?

2010-02-09 Thread phtq
? On Jan 28, 9:48 am, phtq pher...@typequick.com.au wrote: Thanks for mentioning this recipe, it worked well in testing and we will try it on the user population tomorrow. On Jan 27, 9:48 am, djidjadji djidja...@gmail.com wrote: There is an article series about the datastore. It explains

[google-appengine] Re: When is the Timeout bug going to get fixed?

2010-01-27 Thread phtq
Timeout after 3 read tries I raise the exception. The result is very few final read Timeouts. The log shows frequent requests that need a retry, but most of them will succeed with the first. For speed, fetch the Static content object by key_name, and key_name is the file path. 2010/1/26 phtq

[google-appengine] Re: When is the Timeout bug going to get fixed?

2010-01-27 Thread phtq
 am, Prem playofwo...@gmail.com wrote: Keeping static files on external storage like Amazon S3/Amazon Cloudfront or any CDN might help. I have not hit the file limit yet but I did this to speed up page response. Maybe this will help? On Jan 27, 3:30 am, phtq pher...@typequick.com.au wrote

[google-appengine] When is the Timeout bug going to get fixed?

2010-01-26 Thread phtq
Our application error log for the 26th showed around 160 failed http requests due to timeouts. That's 160 users being forced to hit the refresh button on their browser to get a normal response. A more typical day has 20 to 60 timeouts. We have been waiting over a year for this bug to get fixed

[google-appengine] Re: GQL query failed to return a qualifying entity

2009-08-05 Thread phtq
it Google have not come up with any explanation in your case so far either? On Aug 5, 11:18 pm, Jaap Taal j...@q42.nl wrote: Same here, just good old ASCII chars in that record. On Wed, Aug 5, 2009 at 12:55 AM, phtq pher...@typequick.com.au wrote: The fact that the record can be retrieved

[google-appengine] Re: GQL query failed to return a qualifying entity

2009-08-04 Thread phtq
your index is corrupt, but I'd check for more likely causes first. On Aug 4, 12:01 am, phtq pher...@typequick.com.au wrote: In our application (kbdlessons version 1-01) we have just had a case where a query in our application failed to return a record which definitely exists. We were able

[google-appengine] GQL query failed to return a qualifying entity

2009-08-03 Thread phtq
In our application (kbdlessons version 1-01) we have just had a case where a query in our application failed to return a record which definitely exists. We were able to reproduce this problem using the Dataviewer page off the app engine dashboard. We put in this query using the Dataviewer:

[google-appengine] Re: Create additional applications

2009-07-14 Thread phtq
Hello Nick, No change. I did get an email with the subject Welcome to an early look at Google App Engine for Java!, but when I try to create a new application I still land on the SMS verification page. On Jul 14, 7:43 pm, Nick Johnson (Google) nick.john...@google.com wrote: Hi phtq, I've

[google-appengine] Create additional applications

2009-07-13 Thread phtq
Hi, I need to add an application to my googleappengine account, but when I press the Create an Application button I get taken to the Verify your account by SMS page where I get stuck as I have already used the mobile number for SMS verification. Can this be bypassed or do I need to dig out

[google-appengine] Random exception in /base/python_lib/versions/1/django/core/handlers/base.py

2009-02-18 Thread phtq
In order to get around the 1000 file limit I have put files in to the database (one file per entity in a Blob property). To return a file the following code is invoked: def returnfile(request): response = HttpResponse() ref = request.get_full_path() logging.info('returnfile='+ref) x =

[google-appengine] Re: Random exception in /base/python_lib/versions/1/django/core/handlers/base.py

2009-02-18 Thread phtq
There is also an issue of repeatability in the amount of time an operation takes. I looked at the logs for a request on a particular file (/history/ histroy.js in this case). Most log entries showed a CPU time of around 90-100ms like the entry below: 02-18 02:56PM 37.219 /history/history.js 200

[google-appengine] Re: Random DeadlineExceededError messages

2009-02-12 Thread phtq
, this is why the DeadlineExceededError is occurring, it's just sometimes taking too long to write, depending on the status of the system. You can track the performance of the system here:http://code.google.com/status/appengine -Marzia On Wed, Feb 11, 2009 at 3:37 PM, phtq pher

[google-appengine] Random DeadlineExceededError messages

2009-02-11 Thread phtq
Can I get a response from Google on this item please. The problem is not going away. http://groups.google.com/group/google-appengine/browse_thread/thread/518a1d86df61ae0d/08abb1d15c2a50bc?lnk=gstq=deadlineexceedederror#08abb1d15c2a50bc --~--~-~--~~~---~--~~ You

[google-appengine] Random 'google.appengine.runtime.DeadlineExceededError'

2009-02-09 Thread phtq
In recent days some requests have returned the above error. If the request is repeated a little while later it processes normally. We would like to put some users onto our application but can't do so until this problem is resolved. An example of a normal log entry for one of the operations is

[google-appengine] 1000 file limit

2008-10-10 Thread phtq
We have an application we want to put online but it contains about 8,000 files (these are mp3, gif, swf, html, etc) in the English version alone. We tested a cut down version online and it worked fine, but when we try to put up the whole application for testing we get a fail message from the