boy-xiaozhang opened a new pull request #6690:
URL: https://github.com/apache/dolphinscheduler/pull/6690


   ## Purpose of the pull request
   add default processInstancePriority
   
   ## Brief change log
   
   Modify the default value of processInstancePriority to comply with API Doc. 
When users deploy Scheduler in batches via API, processInstancePriority Param 
can be optional.
   
   Allows users to set the timing in batches through the following operations:
   
   curl -X POST " 
http://127.0.0.1:12345/dolphinscheduler/projects/%E5%BA%94%E7%94%A8%E8%B0%83%E5%BA%A6/schedule/create
 " -H "Request-Origion:SwaggerBootstrapUi" -H "accept: / " -H 
"Content-Type:application/x-www-form-urlencoded;charset=UTF-8" -d 
"processDefinitionId=6264" -d "schedule={ 'startTime':'2019-06-10 
00:00:00','endTime':'2019-06-13 00:00:00','crontab':'0 0 3/6 * * ? *'} ”
   
   ## Verify this pull request
   
   This pull request is already covered by existing tests, calss is 
org.apache.dolphinscheduler.api.controller.SchedulerControllerTest
   
   


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