shiliquan opened a new issue #6637: URL: https://github.com/apache/dolphinscheduler/issues/6637
### 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 My scheduling logic is as follows: Hourly missions run once every hour (hourly) Then set the postfill for each hour's tasks with the current time slice as the mark, including: 1. Postfix types: incremental postfix, full postfix, covering postfix and no postfix 2. Length of supplementary time :(30,60..... 99999) -- that is, how long will the task of the current hour slice be tested again next time? If the data arrives and reaches a certain proportion, it will run; if there is no data, it will not run 3. Supplementary proportion :(30%..... 100%... 1000%) -- that is, after the data of the current hour chip runs out, the following part of data will run when it reaches a certain proportion 4. Delay minutes :(10.....) -- That is, you can set the current time slice of the task in the current time slice based on the delay before running The day task needs hour task to promote, that is, a day task needs 24 time slices to promote. The day task of the previous day can be run on the same day, and the time can be set according to the time of the last time slice, that is, 23 o 'clock time slice Show the following:   ### Use case 1、Process task dependency 2、Task parameter passing 3、Optimize task execution policies ### Related issues no ### Are you willing to submit a PR? - [X] 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]
