計算
Cronエクスプレイン
無料のcron式デコーダー。5つのフィールドのcronを貼り付けると、それがいつ実行されるかを平易な日本語で説明します。pg_cron、Linux crontab、GitHub Actionsに。
Runs in your browser
編集者注
Understanding · Five fields, a whole schedule.
この詳細な解説章は現在、英語版のみで提供されています。上の変換ツールはあなたの言語で動作しますが、長文の解説記事はまだ翻訳されていません。
よくある質問
Quick answers.
›What are the 5 cron fields?
minute (0-59), hour (0-23), day-of-month (1-31), month (1-12), day-of-week (0-7, both 0 and 7 mean Sunday).
›How do I run something every 15 minutes?
Use */15 * * * * — that's 'every 15 minutes, every hour, every day'.
›What does the '?' mean?
Quartz/Java cron uses '?' to mean 'no specific value' in either day-of-month or day-of-week. Standard Unix cron doesn't use it.
›Day of week — is Sunday 0 or 7?
Both, in standard Unix cron. Some systems (Quartz) use 1-7 with Sunday = 1. We follow Unix convention.
›Is the explainer free?
Yes — fully free, no signup, runs in your browser.
他の人はこちらも検索しています
関連記事
ブログから。(2)
Use with
What people reach for next.
関連ツール