You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi all,
I always run into this error when mutiple people call the pdf.toBuffer() function from https://github.com/westy92/html-pdf-chrome the same time / mutiple API calls are made synchronously to create a pdf..
Error: connect ETIMEDOUT 159.XX.XXX.XXX:9222
at TCPConnectWrap.afterConnect [as oncomplete] (net.js:1159:16)
at TCPConnectWrap.callbackTrampoline (internal/async_hooks.js:130:17)
I use the headless-chrome instance in a docker container on a Hetzner server.
The docker-compose file looks like:
Hi all,
I always run into this error when mutiple people call the
pdf.toBuffer()
function from https://github.com/westy92/html-pdf-chrome the same time / mutiple API calls are made synchronously to create a pdf..I use the headless-chrome instance in a docker container on a Hetzner server.
The docker-compose file looks like:
The chrome instance looks like this.
@justinribeiro Is there anything I need to consider?
The text was updated successfully, but these errors were encountered: