You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Aug 14, 2023. It is now read-only.
We should stop creating a single media job for one media item. This causes scale problems with massive media collections requiring converter instances to download the entire media before starting (on every retry).
We should, instead, create a job for every single media file in a logical "media" object.
Work to do
Twilight: Make stateless (don't do any ++ logic, since ordering is no longer guaranteed)
Downloader: Create job during upload loop, not in main.js
Converter: support actually almost exists, so restructure code to handle just one.
core: add v2.converter object that is geared towards a single file..
The text was updated successfully, but these errors were encountered:
We should stop creating a single media job for one media item. This causes scale problems with massive media collections requiring converter instances to download the entire media before starting (on every retry).
We should, instead, create a job for every single media file in a logical "media" object.
Work to do
main.js
v2.converter
object that is geared towards a single file..The text was updated successfully, but these errors were encountered: