mediakind-video / ams-migration-tool

3 stars 4 forks source link

Parallel asset filters and better result summary #37

Closed ljacob-mk closed 2 months ago

ljacob-mk commented 2 months ago

Add a pool of workers to the Azure assetFilter Export. We need to run one assetFilter query per asset, and this can slow the whole program down. Added the --workers flag to control the number of workers running in parallel.

Add a result summary at the end with timing information and a list of failed imports.