On Sun, Jan 24, 2010 at 8:58 PM, Danny Tuppeny <[email protected]> wrote:
> > I assume the queued task has the same privileges as the request that > queued it and which only works when logged in. > > I don't know for sure, but I'd guess that's not the case. You can use > "login: admin" to stop users calling the task URLs, so I suspect they run in > the same way as cron jobs, which are considered to be admins. > > I think you're right, thanks. Re-reading the task queue documentation I see: ' *Note:* While task queues can use URL paths restricted with login: admin, they *cannot* use URL paths restricted with login: required.' there's even an issue filed, not sure if it is considered a bug or a feature by the developers http://code.google.com/p/googleappengine/issues/detail?id=1909 -- 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.
