github-actions[bot] commented on issue #9156: URL: https://github.com/apache/dolphinscheduler/issues/9156#issuecomment-1077332510
### Search before asking - [X] I had searched in the [issues](https://github.com/apache/dolphinscheduler/issues?q=is%3Aissue) and found no similar issues. ### What happened Version is 1.3.9 I have 9 tasks that need to be executed every 9 days. When I set the parameters as: Year: Default month: default Days: start from day 1 every 9 days (fill in the remaining tasks in sequence from 2, 3, 4, 5, 6, 7, 8, 9) Hour: 0:00 Score: 0 seconds: 0 seconds ---------------------------------------- ### What you expected to happen E.g: There are 31 days in January, if my task 1 is executed from the first day, then when it executes to the 31st, task 4 is being executed. I expected task 5 on February 1st, but it turned out to be task 1. question: When task 4 is executed on January 31st, I expected that task 5 should be executed on February 1st, but the result is task 1. ### How to reproduce I have 9 tasks that need to be executed every 9 days. When I set the parameters as: Year: Default month: default Days: start from day 1 every 9 days (fill in the remaining tasks in sequence from 2, 3, 4, 5, 6, 7, 8, 9) Hour: 0:00 Score: 0 seconds: 0 seconds ### Anything else If I want to execute tasks according to my logic, is there any other way of choreography? Is it a bug or something else. ### Version 1.3.9 ### Are you willing to submit 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]
