ICIJ / datashare

A self-hosted search engine for documents.
https://datashare.icij.org
GNU Affero General Public License v3.0
598 stars 54 forks source link

feat: parallelize cli with multithreaded task manager #1580

Closed bamthomas closed 3 weeks ago

bamthomas commented 2 months ago

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 commented 2 weeks ago

it doesn't work with artifact