[appengine-java] any header test for task queues (like "X-AppEngine-Cron: true" for crons)?

2009-12-14 Thread Prashant
Hi, Requests from the Cron Service contains a HTTP header: X-AppEngine-Cron: true Is there any header added by Task Queue Service??? Thanks. -- You received this message because you are subscribed to the Google Groups "Google App Engine for Java" group. To post to this group, send email to goo

Re: [appengine-java] any header test for task queues (like "X-AppEngine-Cron: true" for crons)?

2009-12-14 Thread Rusty Wright
http://code.google.com/appengine/docs/java/taskqueue/overview.html Then search for the string x- And it documents the 3 headers. Prashant wrote: > Hi, > > Requests from the Cron Service contains a HTTP header: X-AppEngine-Cron: > true > Is there any header added by Task Queue Service??? >

Re: [appengine-java] any header test for task queues (like "X-AppEngine-Cron: true" for crons)?

2009-12-14 Thread Prashant
oh, thanks. i was searching it in "Config" page. On Tue, Dec 15, 2009 at 12:48 AM, Rusty Wright wrote: > http://code.google.com/appengine/docs/java/taskqueue/overview.html > > Then search for the string > > x- > > And it documents the