novalist opened a new issue, #13705:
URL: https://github.com/apache/dolphinscheduler/issues/13705

   ### Search before asking
   
   - [X] I had searched in the 
[issues](https://github.com/apache/dolphinscheduler/issues?q=is%3Aissue) and 
found no similar feature requirement.
   
   
   ### Description
   
   For example, crontab **0 /21 * * * ?** 
   
   the plan is:
   2023-03-08 16:21:00
   2023-03-08 16:42:00
   2023-03-08 17:00:00
   2023-03-08 17:21:00
   ...
   
   but i want to see:
   2023-03-08 16:21:00
   2023-03-08 16:42:00
   2023-03-08 17:03:00
   2023-03-08 17:24:00
   ...
   
   
   And crontab **0 0 10 /7 * ?** 
   the plan is:
   2023-03-15 10:00:00
   2023-03-22 10:00:00
   2023-03-29 10:00:00
   2023-04-01 10:00:00
   2023-04-08 10:00:00
   ...
   
   but i want to see:
   2023-03-15 10:00:00
   2023-03-22 10:00:00
   2023-03-29 10:00:00
   2023-04-05 10:00:00
   2023-04-12 10:00:00
   ...
   
   
   Do you have an optimization plan here? When, if any, are you planning to 
optimize?
   
   ### Are you willing to submit a PR?
   
   - [ ] Yes I am willing to submit a PR!
   
   ### Code of Conduct
   
   - [X] I agree to follow this project's [Code of 
Conduct](https://www.apache.org/foundation/policies/conduct)
   


-- 
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: 
[email protected]

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

Reply via email to