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
MemoryAssetTracker reads data from DB and thumb sizes from S3 to populate the full OrchestrationAsset object that is used to handle incoming requests.
With introduction of AssetApplicationMetadata we can read this value from DB, rather than S3. One potential wrinkle here is either knowing that the thumb sizes are in AssetApplicationMetadata already, and falling back to S3 (see #631 for similar approach) or backfilling all thumbs (if backfilling would we want to take a similar approach to reorganising thumbs - on read from S3, write to DB and gradually populate records that way).
The text was updated successfully, but these errors were encountered:
MemoryAssetTracker
reads data from DB and thumb sizes from S3 to populate the fullOrchestrationAsset
object that is used to handle incoming requests.With introduction of
AssetApplicationMetadata
we can read this value from DB, rather than S3. One potential wrinkle here is either knowing that the thumb sizes are inAssetApplicationMetadata
already, and falling back to S3 (see #631 for similar approach) or backfilling all thumbs (if backfilling would we want to take a similar approach to reorganising thumbs - on read from S3, write to DB and gradually populate records that way).The text was updated successfully, but these errors were encountered: