Hello Gary,
At the moment, you can reliably schedule tasks on Google Compute Engine through App Engine Cron. You may check this document for further details. However, Is it possible to explain your use case? As in a default setup, load balancers are often used with identical frontend instances running the web app, while having a separate dedicated database instance (and replicas) as a backend. You may check these documents [1] [2] if you are considering a robust system.