Closed theMoe closed 1 year ago
Hello, see https://browserless.js.org/#/?id=initializing-a-browser 🙂
Hi, thanks! If I run my code on a local MacBook, the code works fine without any issues. But if I run the same code on a Ubuntu VPS I get this timeout error. Any idea to solve it?
Probably the VPS machine resources needs to be higher.
Try with a dedicated CPU with at least 2 CPUs and 4GB of memory.
Okay, its not a dedicated CPU but if I run the code on ubuntu with e.g. npm run start, it works fine.
If I run it as systemctl service, the code takes way longer or runs into a timeout.
Maybe I found the solution. The tasks of the service were limited to 60. I changed the task limit now to 120 and it seems to work.
How can I change the timeout?