如何在 Google 的 GAE 上定义这个 cron?

How to define this cron on Google's GAE?

我有一个 cron 任务,应该每半小时触发一次:

0:30, 1:00, 1:30, 2:00, 2:30 ......... 23:00, 23:30, 0:00

我应该如何在我的 cron.yaml 文件中写入?

我自己拿到了

 schedule: every 30 minutes from 0:00 to 23:00