crawlee icon indicating copy to clipboard operation
crawlee copied to clipboard

SessionPool - locking down session to prevent concurrent usage.

Open petrpatek opened this issue 4 years ago • 1 comments

Allow session to by lock and not picked for use. If the locked session is picked, SessionPool should pick a new one. It is useful when logging in, solving captchas.

petrpatek avatar Mar 10 '20 09:03 petrpatek

@petrpatek check if this use-case could be solved with #635 or how the flow could be interrupted / changed from the event itself

pocesar avatar May 03 '20 20:05 pocesar

Closing as stale, FYI we are planning some refactorings around session handling later this year which should help with this use case too (generating the sessions upfront and having more control over what is used for what, aka user pool).

B4nan avatar Jul 17 '23 15:07 B4nan