Closed2
cronに一緒に書いておくと便利なコメント
# ┌───────────── 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とかに書いておくと捗る。
ただし、AWS独自のcron式はその仕様が異なるためこの限りではない。
このスクラップは25日前にクローズされました