It is a 'known fact that the cron job times are reset when you upload a new version. If you tell it "every 24 hours" and within 24 hours you do another upload no cron job is called. Better is to specify a time of day to run the job "every day 00:00"
2010/4/11 conman <[email protected]>: > I am not sure why that is, but I have the feeling that app engine cron > jobs are not totally reliable. I have 3 cron jobs scheduled at "every > 24 hours" but a some days they are run and at some days they are not > run at all. > > And If they are run the time of execution is not predictable (at least > for me) - I mean I would expect the jobs to be run around the same > time every day...? > > Could that be related to updates I make to my application? So maybe > the scheduler of the jobs is set back to 24 houres if I upload a new > version of my app?? > > Thanks > Constantin > > -- > 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. > > -- 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.
