Hello, I have a cron job that runs every hour. It is specified to run 'Every 1 hours.' The idea is to generate time series logs that can be analyzed later. Unfortunately, every now and then the execution is offset by a second, since the time of execution is 1 hour following the termination not start of the last run and these offsets add up with time.
Is it possible to make it run at exactly 5 minutes past every hour as opposed to the 1 hour interval since last termination? I tried a comma- separated hourspec - e.g. 00:05,1:05,2:05... but it appears that hourspec does not support lists. Thanks in advance, S -- 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.
