On Fri, Apr 29, 2011 at 4:12 PM, stevep <[email protected]> wrote: > You wrote: > > > Producer: Produces photos. These are uploaded by the user. > > Once the upload is done, I would like to put up a task in the queue, > > to be ready for further processing > > Keep in mind that data payloads sent to a taskqueue are quite > constrained re: size. > > I tried sending a 600x400 pixel jpeg image, and it would error out. > Nick, though, infers there is a workable means. >
Yes - simply store the original image to the datastore. If he's dealing with large images, they were probably already uploaded to blobstore, in which case he needs merely pass the blobkey to the task. -Nick Johnson > TQs in my experience are great in concept, but oft lack for > applicability for real-world problems. > > Despite that, I use them extensively. > > Best of luck, > stevep > > -- > You received this message because you are subscribed to the Google Groups > "Google App Engine" group. > To post to this group, send email to [email protected]. > To unsubscribe from this group, send email to > [email protected]. > For more options, visit this group at > http://groups.google.com/group/google-appengine?hl=en. > > -- Nick Johnson, Developer Programs Engineer, App Engine -- You received this message because you are subscribed to the Google Groups "Google App Engine" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/google-appengine?hl=en.
