Sign up for Apify Platform here
Star Crawlee on GitHub
Star Crawlee for Python on GitHub
Apify and Crawlee Official Forum
New post
View all posts
Related posts
Was this helpful?
๐
๐
๐
Powered by
Hall
Inactive
Updated last month
0
Follow
Multiple instance - PlaywrightCrawler, is it possible?
Multiple instance - PlaywrightCrawler, is it possible?
Inactive
0
Follow
At a glance
J
Jack
last month
ยท
If I am calling const crawler = new PlaywrightCrawler({}) is there any state being shared between the instances?
E
J
2 comments
Share
Open in Discord
E
Exp
last month
No, there is no state being shared between instances of PlaywrightCrawler when you create a new instance using const crawler = new PlaywrightCrawler({}). Each instance of PlaywrightCrawler operates independently and maintains its own internal state.
J
Jack
last month
I noticed if you add maxRequestsPerCrawl this does impact multiple crawlers i.e. it seems to set a global state
Add a reply
Sign up and join the conversation on Discord
Join on Discord