在'Schedule Flow Options' 設定頁面
如果我設定:
Min=10,Hours=10,Day of Month=?,Month=,Day of Week=,Year=
Next 10 scheduled executions for this cron expression only:
2021-01-16T10:10:00
2021-01-17T10:10:00
2021-01-18T10:10:00
2021-01-19T10:10:00
2021-01-20T10:10:00
2021-01-21T10:10:00
...
如果我設定:
Min=*,Hours=10,Day of Month=?,Month=,Day of Week=,Year=
Next 10 scheduled executions for this cron expression only:
2021-01-15T10:43:00
2021-01-15T10:44:00
2021-01-15T10:45:00
2021-01-15T10:46:00
2021-01-15T10:47:00
...
但是我想要的是:
2021-01-16T10:11:00
2021-01-17T10:04:00
2021-01-18T10:05:00
2021-01-19T10:16:00
2021-01-20T10:33:00
2021-01-21T10:07:00
2021-01-22T10:54:00
the minute time 是隨機值,范圍在[0-59]內的任意值
轉載請註明出處,本文鏈接:https://www.uj5u.com/caozuo/251895.html
標籤:系統維護與使用區
