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 2021/10/29 09:40:31 UTC

[GitHub] [dolphinscheduler] shiliquan opened a new issue #6637: I share my side of a business scheduling logic, to see if there is help for you to perfect ds scheduling:

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:
   ![image](https://user-images.githubusercontent.com/42087586/139412802-ddaffeb9-9bae-4cba-8200-7966261a12cd.png)
   ![image](https://user-images.githubusercontent.com/42087586/139412859-ffb56c73-15af-4f69-a689-76f315cae78f.png)
   
   
   ### 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: commits-unsubscribe@dolphinscheduler.apache.org

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



[GitHub] [dolphinscheduler] github-actions[bot] commented on issue #6637: I share my side of a business scheduling logic, to see if there is help for you to perfect ds scheduling:

Posted by GitBox <gi...@apache.org>.
github-actions[bot] commented on issue #6637:
URL: https://github.com/apache/dolphinscheduler/issues/6637#issuecomment-954601692


   Hi:
   * Thank you for your feedback, we have received your issue, Please wait patiently for a reply.
   * In order for us to understand your request as soon as possible, please provide detailed information、version or pictures.
   * If you haven't received a reply for a long time, you can subscribe to the developer's email,Mail subscription steps reference https://dolphinscheduler.apache.org/zh-cn/community/development/subscribe.html ,Then write the issue URL in the email content and send question to dev@dolphinscheduler.apache.org.


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