ScriptyChris
ScriptyChris
RReactiflux
Created by Fooney on 1/12/2024 in #help-js
fooneyp – 12-56 Jan 12
If you want to limit amount of workers created, you can chunk this process by using some queue to avoid having more than N workers/files evaluated at a time (depending on how many cores/threads does a system where the script is executed has)
3 replies