break60 edited a comment on issue #3807:
URL: 
https://github.com/apache/incubator-dolphinscheduler/issues/3807#issuecomment-698771031


   > 我尝试使用dolphinscheduler框架现在实现的cron表达式无法实现状态的继续,您知道怎么利用现在的机制去实现我上边的描述吗?
   The logic of cron is that if it exceeds 60, it will be reset. At the 
beginning of the time you set, every 59 will cause the next execution to exceed 
60. You can set it to execute every 2 minutes. Starting from 30 minutes, you 
probably know cron Logic
   
cron的逻辑是如果超过60就会重置,下个周期从你设置的时间的开始,每隔59都会导致下次执行超过60,你可以设置每隔2分钟执行,从30分钟开始,你就大概知道cron的逻辑


----------------------------------------------------------------
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