Hello, I just started using app engine, but am having a bit of trouble with my cron job. I developed my app with the development app server. I had one request handler I wanted run once at the beginning of each month so I added the cron with the syntax "1st day of month 00:00".
I uploaded my app to app engine on 5/25. Durring the end of May, the job did not run at all. The job ran once at the specified time on June 1st, but then ran again at the same time on May second, then just last night. What is wrong with the syntax of my cron job that makes it run daily and how can I change it? When I view the cron job page of my app engine admin panel, and it states: "1st day of month 00:00 (UTC) 2011/06/03 00:00:00 on time Success" This seems to me to be a bug with app engine. The cron time and last run time are in conflict. Why will my job not stop running? -- 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.
