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 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)
If have set the host in the options:
host: "159.XX.XXX.XXX",
port: "9222",
I use an external hosted Chrome 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 the same time / mutiple API calls are made synchronously to create a pdf..If have set the host in the options:
I use an external hosted Chrome in a docker container on a Hetzner server.
The docker-compose file looks like:
The chrome instance looks like this.
@westy92 Is there anything I need to consider?
The text was updated successfully, but these errors were encountered: