Is there a way to control the exact times of execution of cron jobs, so as to stagger them, so they don't all execute at the same time?
I see you can schedule like this: schedule: every day 09:00 But can you also schedule the time(s) for crons that are more frequent than daily? For example, let's say you have 5 crons that execute every 30 minutes. Instead of having them all go off on the hour and half hour, can you specify a start time, like: 1) every 30 minutes 0:00 2) every 30 minutes 0:05 3) every 30 minutes 0:10 4) every 30 minutes 0:15 5) every 30 minutes 0:20 -or- 1) every 1/48 day 0:00 2) every 1/48 day 0:05 3) every 1/48 day 0:10 4) every 1/48 day 0:15 5) every 1/48 day 0:20 Thank you. --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
