> I don't think the scheduler would be a solution fit to their structure, and they have their own Scheduled Tasks
GAE Scheduled tasks are configured when updating the app with a list in a .yaml file, so I think switching between the normal scheduler and gae scheduler would be very difficult, but there's also this, which exposes a python API, allowing tasks management https://developers.google.com/appengine/docs/python/taskqueue/ Scheduled tasks could be simulated by using the Task class eta or countdonw constructor parameters --