↑これ
ただ、これ書き方がわからない。
厄介なことに、ツールチップのやつそのまま書くと動かないし、リンク先にも書き方は載っていない
結論
ここに記法が書いてある(Custom Interval
を選択)
https://cloud.google.com/appengine/docs/flexible/python/scheduling-jobs-with-cron-yaml#formatting_the_schedule
※時刻書く場合はUTCなので注意
こんなのや
schedule: every day 00:00
schedule: every monday 09:00
こんなのもかけるらしい
schedule: 1st,3rd tuesday
schedule: 2nd,third wednesday of month 09:00
schedule: 2nd monday,thu
schedule: 1,8,15,22 of month 09:00
schedule: 1st mon,wednesday,thu of sep,oct,nov 17:00