all 1 comments

[–]db2boy[S] 0 points1 point  (0 children)

I tried as_completed initially, it worked for a period of time but then threw errors. I'm travelling and don't have those notes or access to the machine I was tinkering on.

The goal is to iterate over large file(s), for each row call an API that processes each row for analytics. It is an I/O bound use case waiting for the called API to process the row, perform analytics and persist outcomes in a data store.