fleex icon indicating copy to clipboard operation
fleex copied to clipboard

Enhancement - Dynamic input distribution

Open pradeepch99 opened this issue 3 years ago • 1 comments

Current implementation make equal chunks and send for scan. But if one chunk takes more time to complete the job all other machine sits idle. There is an option -d to delete upon completion but this is not helpful if some chunk requires more time.

Instead of making static chunk like lines_count(input_file)/len(fleet), dynamically distributing using a loop by sending few lines for fleet be helpful.

pradeepch99 avatar Nov 14 '21 06:11 pradeepch99

I hope I'm not replying too late I will spend some time to think abount an implemetation for this problem

xm1k3 avatar Jul 14 '22 09:07 xm1k3