datashare icon indicating copy to clipboard operation
datashare copied to clipboard

feat: parallelize cli with multithreaded task manager

Open bamthomas opened this issue 1 year ago • 0 comments

when we refactored the task management system we changed CliApp class to execute sequentially the tasks.

To distribute tasks like INDEX,ARTIFACT it could be better to execute these tasks in parallel.

bamthomas avatar Sep 27 '24 15:09 bamthomas