The Google App Engine documentation says:
The App Engine Cron Service allows you to configure regularly scheduled tasks...
But what task queue do cron scheduled tasks run on? How can I change the task queue for a cron job? My motivation for this question is that I'd like to control the retry-parameters of cron scheduled tasks.
Thanks