ruanwenjun commented on code in PR #15912:
URL:
https://github.com/apache/dolphinscheduler/pull/15912#discussion_r1579436942
##########
dolphinscheduler-ui/src/views/projects/workflow/definition/components/use-form.ts:
##########
@@ -66,7 +66,7 @@ export const useForm = () => {
tenantCode: 'default',
environmentCode: null,
startParams: null,
- expectedParallelismNumber: '',
+ expectedParallelismNumber: '2',
Review Comment:
If this will bring risky, there will exist a lot of risky in the system. We
need to limit the scheduler number, limit the task number in one workflow,
limit the size (parallelism in each backfill * backfill request number)......
The main thing is that why this will bring risky to the system, if this will
bring risky to system we should fix this in a correct way, rather than simple
limit the input form, can this restriction fix this problem? From my point,
this restriction just make it more inconvinent for me to use, but it does not
solve the problem caused by the high stress.
--
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]