Re: [google-appengine] QueueConstants.maxTaskSizeBytes()

2011-02-14 Thread Matija Jerković
There is not problem with task payload size. I only need to know exactly what is limit. For me it is same to test if (task.length maxTaskSizeBytes()) or if (task.length 1). I am using Vince Bonfanti's slightly modified Deferred class and if task payload size is above maxTaskSizeBytes() it is

Re: [google-appengine] WTF... new SDK and new local datastore ???

2011-02-11 Thread Matija Jerković
I am using java version. I remember that python version didn't break datastore file on sdk change, but for java version I am not sure if this happened before. On Fri, Feb 11, 2011 at 4:52 PM, Wim den Ouden wdenou...@gmail.com wrote: never noticed this, only when you have to backup the hr