crawlee
crawlee copied to clipboard
Improve the `Session` reuse strategy
The current SessionPool implementation generates a large number of Session instances before ever reusing one. This limits the use cases for this class and wastes resources.
Related discussion (https://github.com/apify/crawlee/pull/3199/files#r2452714909).
Closes #1836 Closes #1573 Child of #3090