[IMG292] Fix issue related to unsorted list from generator
Original Gitlab story: IMG292
This PR fixes the following issues related to data loading:
-
max_worker
is not properly passed from parameterized function to private function during function call. - the file list from generator is not ordered, therefore additional sorting step is added to ensure the list is ordered.