Tool Hub

Cron 建構器

使用欄位選取器建構 cron 表達式 (分/小時/日/月/週幾)

預設

分鐘

小時

月份中的日期

月份

星期幾

Cron 運算式
* * * * *

執行: 每分鐘

另請參閱: Cron Expression Parser

使用方法

  1. Pick a preset (every minute, hourly, daily, weekly, monthly) to start from a common schedule, or configure each field manually。
  2. Set the minute, hour, day-of-month, month, and day-of-week fields using the each/every/specific/range controls。
  3. Read the generated cron expression and the human-readable plain-English description below it。
  4. Copy the expression with the copy button and use the share link to save your schedule。

範例

  • Setting hour to 9, minute to 0, and every day produces 0 9 * * * — runs every day at 09:00。
  • Setting weekday to 1 (Monday), hour to 8, minute to 30 produces 30 8 * * 1 — described as "every Monday at 08:30"。

生產環境使用前請驗證輸出。無擔保 — 參見 條款.