Closed2

cronに一緒に書いておくと便利なコメント

shmokmtshmokmt
# ┌───────────── minute (0 - 59)
# │ ┌───────────── hour (0 - 23)
# │ │ ┌───────────── day of the month (1 - 31)
# │ │ │ ┌───────────── month (1 - 12)
# │ │ │ │ ┌───────────── day of the week (0 - 6) (Sunday to Saturday)
# │ │ │ │ │                                   OR sun, mon, tue, wed, thu, fri, sat
# │ │ │ │ │ 
# │ │ │ │ │
# * * * * *

GitHub Actionsとかに書いておくと捗る。
https://kubernetes.io/docs/concepts/workloads/controllers/cron-jobs/#cron-schedule-syntax

shmokmtshmokmt

ただし、AWS独自のcron式はその仕様が異なるためこの限りではない。

このスクラップは25日前にクローズされました