How are you planning on transcoding video in App Engine? I think this is
your bigger problem, as the classes you need are likely not whitelisted.
On Fri, Feb 26, 2010 at 3:08 AM, Khan wrote:
> Hi,
>
> I am planning to use taskqueue for video transcoding, add tasks to
> queue and transcode them.
Hi,
I am planning to use taskqueue for video transcoding, add tasks to
queue and transcode them. However, I read in the documentation that 30
sec is a hard limit for task execution as it happening via http, this
limit doesn't work for video processing etc.
So, what do you suggest is the right app