You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@dolphinscheduler.apache.org by GitBox <gi...@apache.org> on 2022/12/28 09:23:40 UTC

[GitHub] [dolphinscheduler] Sky-Gu commented on issue #13292: [Bug] [Api] When serial complement is a process configured with timing scheduling, an error will occur when selecting a time that is not within the timing range

Sky-Gu commented on issue #13292:
URL: https://github.com/apache/dolphinscheduler/issues/13292#issuecomment-1366498810

   I had a similar problem.
   
   Set the timing for the task. crontab: 0 0 10,22 * * ? *
   Operation Task To perform the supplementary number. The supplementary number time is 2022-12-20——2022-12-22
   
   The work flow of the complement is executed like this:
   2022-12-20 10:00:00
   2022-12-20 22:00:00
   2022-12-21 10:00:00
   2022-12-21 22:00:00
   Will be executed at the scheduled time, not the complement time. And complementEndDate also has no trigger complement
    
   
   The expected effect should be:
   2022-12-20 00:00:00
   2022-12-21 00:00:00
   2022-12-22 00:00:00
    


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

To unsubscribe, e-mail: commits-unsubscribe@dolphinscheduler.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org