Home > OS >  Azkaban schedule minutes can be set to a random value?
Azkaban schedule minutes can be set to a random value?

Time:01-25

In 'the Schedule Flow Options' Settings page
If I set:
Min=10 Hours=10, the Day of the Month=? , Year, Month, Day of Week==
Next 10 scheduled executions for this cron expression only:
The 2021-01-16 T10:10:00
The 2021-01-17 T10:10:00
The 2021-01-18 T10:10:00
The 2021-01-19 T10:10:00
The 2021-01-20 T10:10:00
The 2021-01-21 T10:10:00
.

If I set:
Min=*, Hours=10, the Day of the Month=? , Year, Month, Day of Week==
Next 10 scheduled executions for this cron expression only:
The T10:2021-01-15 43:00
The T10:2021-01-15 44:00
The T10:2021-01-15 45:00
The T10:2021-01-15 46:00
The T10:2021-01-15 47:00
.

But what I want is:
The 2021-01-16 T10:11
The T10:2021-01-17 04:00
The T10:2021-01-18 05:00
The 2021-01-19 T10:16:00
The T10:2021-01-20 33:00
The 2021-01-21 T10:07:00
The T10:2021-01-22 54:00
The minute time is a random value, in the range [0] 59 - in any value
  • Related