frinyvonnick / node-html-to-image

A Node.js module that generates images from HTML
https://www.npmjs.com/package/node-html-to-image
Apache License 2.0
824 stars 125 forks source link

WARNING - Will exhaust Linux threads #213

Closed AriVagelatos-KSO closed 2 weeks ago

AriVagelatos-KSO commented 11 months ago

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.

frinyvonnick commented 2 weeks ago

If someone is interested in contributing, feel free to work on this 👍

frinyvonnick commented 2 weeks ago

I think it is linked to #80 I'll close this one in favor of the other.