SessionPool.get_session() (src/crawlee/sessions/_session_pool.py) always picks a random usable session, which is not always what a crawl wants. Add a configurable reuse strategy, matching the sessionReuseStrategy option in JS.
JS implementation: apify/crawlee#3587
✍️ Drafted by Claude Code
SessionPool.get_session()(src/crawlee/sessions/_session_pool.py) always picks a random usable session, which is not always what a crawl wants. Add a configurable reuse strategy, matching thesessionReuseStrategyoption in JS.JS implementation: apify/crawlee#3587
✍️ Drafted by Claude Code