Closed AriVagelatos-KSO closed 2 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.
If someone is interested in contributing, feel free to work on this 👍
I think it is linked to #80 I'll close this one in favor of the other.
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.