node-html-to-image icon indicating copy to clipboard operation
node-html-to-image copied to clipboard

WARNING - Will exhaust Linux threads

Open AriVagelatos-KSO opened this issue 2 years ago • 0 comments
trafficstars

This library creates puppeteer clusters for each request which will quickly exhaust native linux threads under load. The same puppeteer cluster should be reused as a singleton as a fix.

AriVagelatos-KSO avatar Oct 05 '23 19:10 AriVagelatos-KSO