botasaurus
botasaurus copied to clipboard
Mixing proxies with reuse_driver
I have a list of 100 proxies being used on ten parallel processes.
If I set reuse_driver to True, will I use 1 proxy for each driver until it restarts, or will a new proxy be assigned each time the function runs?