I tried this: *- description: My Cron Job* * url: /work/cronjob* * schedule: every 100 minutes*
And this: *- description: My Cron Job* * url: /work/cronjob* * schedule: every 1.6 hours* And both error out when I try to deploy, with the message: *Error parsing yaml file:* *Unable to assign value 'every 100 minutes' to attribute 'schedule':* *schedule 'every 100 minutes' failed to parse: line 1:8 mismatched input u'0' expecting set None* * in "./cron.yaml", line 43, column 13* -- You received this message because you are subscribed to the Google Groups "Google App Engine" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/google-appengine?hl=en.
