[google-appengine] Re: image url returned by getServingUrl gives 500 error

2012-09-15 Thread Nadir
The problem was reported in UK
But i am from Azerbaijan and don't have that problem at all.

On Friday, September 14, 2012 9:55:36 PM UTC+5, Stuart Langley wrote:

 when you say something location based? - where are your users accessing 
 the URLs from?

 On Friday, 14 September 2012 15:08:45 UTC+2, Nadir wrote:

 Hi,
 i am using imagesService.getServingUrl for serving images from Google 
 Cloud Storage.
 i call this method once and save the URL for later use.
 The problem is that for some users those URLs give 500 error, but when i 
 view the same images at the same time they are displayed normally.(maybe 
 something location based?)
 Also modifying the =s300(re-sizing value) fixes the problem.

 Any help would be appreciated.



-- 
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/-/kmZBLB5hPRMJ.
To post to this group, send email to google-appengine@googlegroups.com.
To unsubscribe from this group, send email to 
google-appengine+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-appengine?hl=en.



[google-appengine] Re: Queries hitting deadline

2012-09-15 Thread Nadir
Hi, i think 
Cursorshttps://developers.google.com/appengine/docs/java/javadoc/com/google/appengine/api/datastore/Cursor
  
is what you need.

On Friday, August 24, 2012 12:26:00 AM UTC+5, Phil wrote:

 In some initialization work my app needs to run through the all of the 
 datastore entities of a given kind.  I have a lot of these entities (80k 
 currently) and it's increasing rapidly. I'm currently trying to read these 
 in using a single datastore query, but running up against the default 
 datastore timeout of 30 seconds.

 Is there a good practice for sharding this or otherwise breaking this up 
 so that I won't hit these deadlines? I was thinking I would do a keyOnly 
 query and then break up the keys into a number of reasonably sized 
 sub-queries, but perhaps there is a better approach out there?

 Thanks,
 Phil


-- 
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/-/84qv8fTzmMIJ.
To post to this group, send email to google-appengine@googlegroups.com.
To unsubscribe from this group, send email to 
google-appengine+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-appengine?hl=en.



[google-appengine] image url returned by getServingUrl gives 500 error

2012-09-14 Thread Nadir
Hi,
i am using imagesService.getServingUrl for serving images from Google Cloud 
Storage.
i call this method once and save the URL for later use.
The problem is that for some users those URLs give 500 error, but when i 
view the same images at the same time they are displayed normally.(maybe 
something location based?)
Also modifying the =s300(re-sizing value) fixes the problem.

Any help would be appreciated.

-- 
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/-/wWohkfdqaCUJ.
To post to this group, send email to google-appengine@googlegroups.com.
To unsubscribe from this group, send email to 
google-appengine+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-appengine?hl=en.