break60 commented on issue #3807:
URL: 
https://github.com/apache/incubator-dolphinscheduler/issues/3807#issuecomment-698676021


   > > > > 定时器模块-定时调度时每7秒|每7分钟|每2天这种定时,不能够跨分钟,跨小时,跨月
   > > > > 定时调度中
   > > > > 0/59 * * * * ? *
   > > > > 接下来五次执行时间
   > > > > 2020-09-24 03:58:59
   > > > > 2020-09-24 03:59:00
   > > > > 2020-09-24 03:59:59
   > > > > 2020-09-24 04:00:00
   > > > > 2020-09-24 04:00:59
   > > > > 这不是我想要的调度时间
   > > > > 我想要的是能够跨分钟的状态连续的
   > > > > 2020-09-24 03:58:59
   > > > > 2020-09-24 03:59:58
   > > > > 2020-09-24 04:00:57
   > > > > 同样的问题还出现在小时 天的问题上,每7个小时的调度不能跨越当天的14小时,每9天的调度,不能跨越当月的天数而在下个月继续之前的状态
   > > > 
   > > > 
   > > > > 2020-09-24 03:58:59
   > > > > 2020-09-24 03:59:58
   > > > > 2020-09-24 04:00:57
   > > > > Don't you want this every minute
   > > 
   > > 
   > > > > > 定时器模块-定时调度时每7秒|每7分钟|每2天这种定时,不能够跨分钟,跨小时,跨月
   > > > > > 定时调度中
   > > > > > 0/59 * * * * ? *
   > > > > > 接下来五次执行时间
   > > > > > 2020-09-24 03:58:59
   > > > > > 2020-09-24 03:59:00
   > > > > > 2020-09-24 03:59:59
   > > > > > 2020-09-24 04:00:00
   > > > > > 2020-09-24 04:00:59
   > > > > > 这不是我想要的调度时间
   > > > > > 我想要的是能够跨分钟的状态连续的
   > > > > > 2020-09-24 03:58:59
   > > > > > 2020-09-24 03:59:58
   > > > > > 2020-09-24 04:00:57
   > > > > > 同样的问题还出现在小时 天的问题上,每7个小时的调度不能跨越当天的14小时,每9天的调度,不能跨越当月的天数而在下个月继续之前的状态
   > > > > 
   > > > > 
   > > > > > 2020-09-24 03:58:59
   > > > > > 2020-09-24 03:59:58
   > > > > > 2020-09-24 04:00:57
   > > > > > Don't you want this every minute
   > > > 
   > > > 
   > > > Yes, the timer should continue the last scheduler time status.
   > > 
   > > 
   > > You can set the time rule by yourself. The default time rule is to 
execute every second. You can set it to every minute, every hour, every week, 
every month..., the first few days of the month are fine.
   > 
   > 
我想你可能没明白我的意思,我是想继续上次的调度状态,比如我想每59分钟执行一次,在10点59分执行一次,下次执行是在11点58分,再下一次是在12点的57分
   
   If you change the minutes to execute every 59 minutes, will it meet your 
needs?
   改成每隔59分钟执行不就满足你的需求了么


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
[email protected]


Reply via email to