A Cron job runs under a domain, *.appspot.com
(server name), because it doesn't belong to any particular (custom) domain.
But tasks in TaskQueue
run under its parent servlet's domain, like www.example.com
or xyz.abc.com
.
How can the tasks be launched into a particular custom domain from cron jobs?