sambanova / generative_data_prep

Apache License 2.0
58 stars 8 forks source link

Fail Gracefully when Child Process Fails #38

Closed snova-virens closed 1 year ago

snova-virens commented 1 year ago

Please refer to CONTRIBUTING.md for detailed instructions.

Summary

Multiprocessing library would hang if a child process failed. Switched to Concurrent Futures which exits if a child process fails and stores the child process' exception

PR Checklist