I have a google app engine where I have scheduled several cron jobs as database cleanup tasks, but these cron jobs are burning through all my instance hours (front or back), even though the actual processing time of each of these jobs is almost nothing.
Am I doing something wrong? Is there a way I can configure these background tasks to occur without wasting all my instance hours?