thomasdondorf / puppeteer-cluster

Puppeteer Pool, run a cluster of instances in parallel
MIT License
3.2k stars 308 forks source link

Running in docker with same url multiple times not working #492

Open venkatb-zelar opened 1 year ago

venkatb-zelar commented 1 year ago

Hi,

I have a requirement where I need to open the same url multiple times inside the docker container. The url works only first time but timing out on subsequent opens. I doubt if it's caching issue or something else. I used user agent setting as well but to no avail. I tried both concurrency context and browser context.

Can you help?

Thanks

stoddabr commented 1 year ago

Can you provide more information? What docker container, what error messages are you seeing, what's the url (or nature of the site your visiting if it's proprietary)?