Seth Stokes
05/02/2024, 3:50 PMSynchronousLocalTaskExecutor
(with Parallelizable/Collect
) pretty hit or miss?
Or do I jut happen to use it on odd file types (xlsb
, xlsm
).
For some reason it takes quite a long time >15 for one file using the this executor.
I scaled it down to 1 file since the full batch was taking alarmingly long as a sanity check.
Could the speed issue be?
1. The file type (xlsm
, xlsb
)
a. The same transforms ran in <1min for a single file without the executor.
2. The SynchronousLocalTaskExecutor
needs a bit more understanding/setup to perform properly.Stefan Krawczyk
05/02/2024, 4:25 PMStefan Krawczyk
05/02/2024, 4:26 PMStefan Krawczyk
05/02/2024, 4:27 PMSeth Stokes
05/02/2024, 5:09 PM