Issue
I'm working on an app for google app engine that fetches data from facebook, twitter, and email every 15, 30, and 45 minutes past the hour. I've read the documentation, but I'm not seeing a way to do it. Am I missing something? Thank you for your time and attention.
Solution
Add 24 different cron jobs with the formats:
every day 00:45 every day 01:45 every day 02:45
etc.
They can all use the same handler.
Answered By - dragonx