fuchanghai commented on PR #14324:
URL: 
https://github.com/apache/dolphinscheduler/pull/14324#issuecomment-1644888066

   hi @zhuangchong @ORuteMa 
   我也遇到了这种情况,但是我觉得这个轮询时间需要根据各自的系统资源来配置,master 
会轮询由之分配的所有符合条件的任务,我们可以将这个时间设置为,worker 中的最大启动数量 乘以worker 的数量,再除以master 
数量,再乘以每个event 被执行完的时间,再乘以2/3
   
   I also encountered this situation, but I think this polling time needs to be 
configured according to their respective system resources. The master will poll 
all eligible tasks assigned by it. We can set this time as the maximum number 
of startups in the worker multiplied by the number of workers, divided by the 
number of masters, multiplied by the time each event is executed, and 
multiplied by 2/3
   
   


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