can't say i've noticed any difference with size but all my images are
pretty consistent sizes (~1MB png and converted to ~100KB jpg)
getting a serving URL for them (both png and jpg versions) has
randomly failed with time out for four weeks now. so the error log for
my app has been filled with these as every few minutes an image is
uploaded and the serving URL is attempted and a good percentage of the
time fails.  the app catches the exception and queues a task to
retry.  usually the first retry works but sometimes it'll retry half a
dozen times before succeeding.  the 1.6.2 update didn't seem to have
any impact and it still times out after 5 seconds.  it'd be nice to
have this fixed as soon as possible or to have some billing change
since the past month i've been paying more as it requires all these
instances to keep retrying this API.  :-/

hope this info helps!  would love all the info and updates possible on
this bug... the Images service is fantastic with the easy serving of
different scales and cropping options and all that.

blackpawn

On Feb 14, 12:05 pm, Amy Unruh <amyu+gro...@google.com> wrote:
> For those of you seeing this deadline issue, do you see any pattern w.r.t.
> it occurring with large images?  Approximately how large?
> Are you running 1.6.2?
>
>
>
>
>
>
>
> On Wed, Feb 15, 2012 at 1:17 AM, Andreas <a.schmi...@gmail.com> wrote:
> > got a few of them too.
>
> > On Feb 14, 2012, at 7:46 AM, Ubaldo Huerta wrote:
>
> > I'm observing the issue right now.
>
> > The API call images.GetUrlBase() took too long to respond and was cancelled.
> > Traceback (most recent call last):
> >   File 
> > "/base/data/home/apps/s~yagruma-site/433.356791994696982198/handlers/projec 
> > t.py", line 177, in get
> >     project.set_image(image_blob)
> >   File 
> > "/base/data/home/apps/s~yagruma-site/433.356791994696982198/models/__init__ 
> > .py", line 214, in set_image
> >     self.lowres_image_url = get_serving_url(lowres_image_blob_key)
> >   File 
> > "/base/python_runtime/python_lib/versions/1/google/appengine/api/images/__i 
> > nit__.py", line 1273, in get_serving_url
> >     response)
> >   File 
> > "/base/python_runtime/python_lib/versions/1/google/appengine/api/apiproxy_s 
> > tub_map.py", line 94, in MakeSyncCall
> >     return stubmap.MakeSyncCall(service, call, request, response)
> >   File 
> > "/base/python_runtime/python_lib/versions/1/google/appengine/api/apiproxy_s 
> > tub_map.py", line 308, in MakeSyncCall
> >     rpc.CheckSuccess()
> >   File 
> > "/base/python_runtime/python_lib/versions/1/google/appengine/api/apiproxy_r 
> > pc.py", line 133, in CheckSuccess
> >     raise self.exception
> > DeadlineExceededError: The API call images.GetUrlBase() took too long to 
> > respond and was cancelled.
>
> > --
> > 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/-/i83Hg7yJsiIJ.
> > 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.
>
> >  --
> > You received this message because you are subscribed to the Google Groups
> > "Google App Engine" group.
> > 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.

-- 
You received this message because you are subscribed to the Google Groups 
"Google App Engine" group.
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.

Reply via email to