puppeteer-cluster
puppeteer-cluster copied to clipboard
Running in docker with same url multiple times not working
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
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)?