I think you can use this style:

your-handler-url?action=dosomething

And you can handler this parameter in your handler.

I mean if you use Python, it would like this:

action = self.request.get('action') # and action will be 'dosomething' now


2009/4/9, Tim Hoffman <zutes...@gmail.com>:
>
> Have a read of the  docs, you will see that you can only specify a URL
> now you can encode whatever you want in it (ie params) but this is
> fixed in the yaml file.
>
> So yes as far as a set of statically defined entries in a yaml file
> can
>
> T
>
> On Apr 9, 4:11 pm, an0 <an0...@gmail.com> wrote:
>> I want my cron job to pass different parameters to trigger different
>> actions.
>> Is it possible? How to?
>> Thanks in advance.
> >
>

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Google App Engine" group.
To post to this group, send email to google-appengine@googlegroups.com
To unsubscribe from this group, send email to 
google-appengine+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/google-appengine?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to