-
Notifications
You must be signed in to change notification settings - Fork 3
Description
Hi! I'm try to scrap very much points with multi thread (100 instances of bootstrap). I'm using JS calling python bootstrap.py from shell with locations and accounts reading from csv. But get an issue with DB. When I run some instances at one time (doesn't matter 2 or 100) I gettin error about dividin by zero at 186 line
delay = float( float(config.delay) / float(len(cells)) )
Have any idea how I can fix it? actually may be you can add function to load data from files? Now it's looks like some sort of BDSM for me :D cause i'm absolutely zero with python I forced to use JS wrap to manage all calls and data.
I'm just have about 4.9mln rect cells to scan with ~1.2km side each of them :D Your map has awesome speed of scan. Best that I ever see earlier.
ps. Ssory, eng not my native