On Thu, Feb 20, 2014 at 11:29 AM, Dawid <[email protected]> wrote: > How can have a cron job target a particular version of a particular > module? I've tried: > *target: version.module* > > Unfortunately, appcfg.py won't accept it: > *Unable to assign value 'debug.reports' to attribute 'target':* > *Value 'debug.reports' for target does not match expression > '^(?:^(?:(?:((?!-)[a-z\d\-]{1,63}):)?)((?!-)[a-z\d\-]{1,100})$)$'* > * in "./cron.yaml", line 34, column 11* >
As far as I know, target only can specify a version or a module. What you can do is generate a dispatch file ( https://developers.google.com/appengine/docs/java/modules/routing ) and map the version/module you want to a specific path. ----------------- -Vinny P Technology & Media Advisor Chicago, IL App Engine Code Samples: http://www.learntogoogleit.com -- You received this message because you are subscribed to the Google Groups "Google App Engine" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/google-appengine. For more options, visit https://groups.google.com/groups/opt_out.
