Apify Discord Mirror

V
Vi
Offline, last seen 3 hours ago
Joined January 27, 2025
I finished the crawler with around 1.7M, and got around 100k failed requests. Is there a way to retry just the failed requests ?
I want to create bunch of authenticated users, each with their consistent browser, proxy, user agent, fingerprints, schedule, browsing pattern, etc.
13 comments
V
C
A
R
I want to use existing crawler setting (JSON/ cherioo ) upon creating new session, signing in / signing up user there while associating cookies, token with the session.

Currently I put these new session creation conditionally inside preNavigation hook (context is passed as arg there), but not in createNewSession
2 comments
V
R