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. 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.
