datax-web icon indicating copy to clipboard operation
datax-web copied to clipboard

DATAX执行器是否有并发控制配置,多任务并发执行内存不足导致执行失败![Feature]

Open cdoer opened this issue 4 years ago • 2 comments

Is your feature request related to a problem? Please describe. A clear and concise description of what the problem is. Ex. I'm always frustrated when [...] DATAX执行器多任务并发执行内存不足导致执行失败 Describe the solution you'd like A clear and concise description of what you want to happen. 将JobThread修改为继承Runnable接口,使用线程池的线程数量控制并发数量,提交到线程池队列依次执行 Describe alternatives you've considered A clear and concise description of any alternative solutions or features you've considered.

Additional context Add any other context or screenshots about the feature request here.

最后,感谢作者提供的工具!!

cdoer avatar Nov 18 '20 02:11 cdoer

+1

garyGao2014 avatar Jan 16 '21 01:01 garyGao2014

+1

zuixialoudehuoji avatar Oct 16 '22 14:10 zuixialoudehuoji