I've noticed one of my apps with too many cron jobs running; I changed a schedule from every 30 minutes to 1 time a day recently. The jobs are still running all day long.
This app used the app engine migration process to migrate from Master/Slave to HR. It seems that the cron jobs on the M/S appid are now running against the new app, even though the old app is disabled(!). Disabling an app should also disable cron jobs, IMHO. I've apparently been paying for instance time for double the cron load for weeks now. Hopefully someone else can learn from this. My workaround is to re-enable the old app, empty out the crons, update crons, and disable the app again. I'd like to see this as part of the migration process. John -- You received this message because you are subscribed to the Google Groups "Google App Engine" group. To view this discussion on the web visit https://groups.google.com/d/msg/google-appengine/-/1dACljK4GdwJ. 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.
