zhuxt2015 commented on issue #10690: URL: https://github.com/apache/dolphinscheduler/issues/10690#issuecomment-1170843180
> > > Sounds pretty cool to me. If DS could provide users with suggestions on scheduled workflows / tasks number, it would definitely help. > > > May I ask how to calculate the potential workload of all scheduled tasks to make the suggestions? Since the workload caused by different kinds of tasks could vary a lot. > > > > > > only calculate the number of tasks, can not calculate workload of the task will be started > > For example, if DS could only handle 10 tasks at the same time and some user schedules 15 tasks, most of which take up few resources, it seems okay for the user to do so. How could we calculate the number to trade off between avoiding crashing the system and making the most use of it? This can configure a weight for each type of task, then compare total task weight with the configured threshold -- 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]
