FYI the offending portion of my cron.yaml: - description: fix gcal url: /cron/fix_gcal_cron schedule: every day 00:00 timezone: America/Chicago
On Mar 26, 7:31 am, dloomer <[email protected]> wrote: > Just adding my +1 to this -- all my deployments are failing. A Google > search for the error message shows this thread as the only result on > the entire Internet, so hopefully someone can help here ;) > > On Mar 26, 4:12 am, morten <[email protected]> wrote: > > > > > Hi, > > > We have a single cron job in our cron.yaml: > > > cron: > > - description: Daily statistics job > > url: /admin/stats?action=runDailyStats > > schedule: every day 06:00 # UTC > > > When we try to deploy this after the 1.3.2 update it fails with: > > > Error parsing yaml file: > > Unable to assign value 'every day 06:00' to attribute 'schedule': > > object.__init__() takes no parameters > > in "/Users/morten/Development/agon-gae/cron.yaml", line 4, column 13 > > > I don't see anything in the release notes regarding the cron feature, > > so I hope somebody can tell us what we need to do to make this cron > > job work again. > > > Best regards, > > Morten -- 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.
