Replies: 1 comment 6 replies
-
Could you share a little more of your config, please? Using SessionPool means that a new session is tied with each browser instance. Crawlee keeps some binding of sessions to proxyUrls so reproduction that we can debug would help. |
Beta Was this translation helpful? Give feedback.
6 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I need to run my script concurrently on a website, without sharing any data between instances. Do I need
useIncognitoPages
withuseSessionPool
?Edit: After some testing it seems that setting
does not really create separate sessions. It used the same proxy config for every request even though I had 50 proxies.
Setting
correctly used a new proxy for each session.
I am still curious if that is the intended behavior?
Beta Was this translation helpful? Give feedback.
All reactions