When setting up a Google App Engine instance you can configure a cron.yaml to set up Cron jobs.
There does not seem to be any documentation on how to configure jobs that run say every 30 seconds.
I tried
schedule: every 30 seconds
and
schedule: 0/30 0 0 ? * * *
But no good. Google Cloud tells me the format is incorrect when I deploy. Can you schedule in frequencies less then 1 minute with Google App Engine Cron jobs?