You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
The text was updated successfully, but these errors were encountered:
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 themap
function, is there a way I can do this with futureproof?The text was updated successfully, but these errors were encountered: