[Feature] Run Storage Template Migration concurrently #30081
Closed
n2iw
started this conversation in
Feature Request
Replies: 2 comments 6 replies
-
|
We used to have it run concurrently, but due to the data-race nature of this type of operation, the concurrency level of this job has been removed |
Beta Was this translation helpful? Give feedback.
3 replies
-
|
In addition, queueing this job for each asset independently would slow things down pretty substantially. |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I have searched the existing feature requests, both open and closed, to make sure this is not a duplicate request.
The feature
Currently, manually run Storage Template Migration only creates one job. There are at least three issues with it:
I propose separating the huge job into small jobs, one per each asset, just like Extract Metadata or Generate Thumbnails. So that it can run concurrently, and can pause and resume too.
Platform
Beta Was this translation helpful? Give feedback.
All reactions