Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

OrchestrationAsset should read open thumbs from AssetDeliveryMetadata table #789

Open
donaldgray opened this issue Apr 5, 2024 · 0 comments

Comments

@donaldgray
Copy link
Member

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).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant