-
Notifications
You must be signed in to change notification settings - Fork 0
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
Issues with generation of thumbnail #169
Comments
Thumbnail generation for the images for the entities mentioned in the ticket for the org in question were failing with the error: Fixed the thumbnail generation to be more tolerant of warnings. Additionally during investigation, found instances of thumbnail generation failures for other orgs due to insufficient memory or timeout so those have been bumped as well. After this fix is deployed to prod, |
Deployed instant thumbnail lambdas to staging and prerelease for testing. |
Deployed to prod and invoked instant lambda for the known impacted files. |
@1t5j0y regarding invoking instant lambda for known impacted files.. what were the criteria for known impacted files.? |
Additionally invoked instant lambda for few more media. List extracted by browsing through avni-media and capturing images that do not load. There are still quite a few cases where the source image itself is not present (60 cases - shows up as |
Yes, this was the concern, that there could be other entries that weren't reported but could be recovered. |
https://avni.freshdesk.com/a/tickets/3455
Context:
There are already cards to monitor lambda failures but was not picked up because of bandwidth issues. As part of fixing the issue in the ticket, let know your suggestions to prevent such unnotified failure cases by identifying the rootcause for this issue. Should probably get fixed by making the lambda to run for the dates for which it didn't run.
The text was updated successfully, but these errors were encountered: