usgs / groundmotion-processing

Parsing and processing ground motion data
Other
54 stars 42 forks source link

Fix concurrent features #993

Closed emthompson-usgs closed 1 year ago

emthompson-usgs commented 1 year ago

We are currently using ThreadPoolExecutor but should be using ProcessPoolExecutor.