lazybotter

Results 2 comments of lazybotter

Im not sure, would something like `cluster.queueWithBrowserOptions(data,taskFunction,browserOptions)` work? Or add another prop to `cluster.queue(data,taskFunction,browserOptions)` then if "CONCURRENCY_BROWSER" is used, "pupeteerOptions" can be defined for each task in the queue. Thanks