As the developer of the citSci pipeline, I need to update the current threading logic in the RSP Data Exporter service to allow for return values from the threads to fix a regression that occurred as a result of the tech debt refactoring.
Definition of done
I have converted over the current threading logic to concurrent.futures and ensure that multi-threading works as expected.
User story
As the developer of the citSci pipeline, I need to update the current threading logic in the RSP Data Exporter service to allow for return values from the threads to fix a regression that occurred as a result of the tech debt refactoring.
Definition of done
I have converted over the current
threading
logic toconcurrent.futures
and ensure that multi-threading works as expected.