futureproof icon indicating copy to clipboard operation
futureproof copied to clipboard

Provide a chunksize for map?

Open amks1 opened this issue 4 years ago • 0 comments

First of all, let me say great job on tackling this issue. I tried using both concurrent futures and pebble, and both lock up during very long tasks. I'm trying to test futureproof with my use case, but it's going really slow and timing out my Python RQ workers. The same thing was happening on concurrent futures and pebble till I provided a chunksize argument to the map function, is there a way I can do this with futureproof?

amks1 avatar Dec 12 '21 08:12 amks1