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

Fix large image upload with S3 assetstore #835

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

pchoisel
Copy link
Collaborator

The getTiles API from large_image expects the field large_image to be set when recovering the tiles, but due to the S3 assetstore, that field can take a bit of time to be set.
Retry that function a few times (10) if it fails to wait for that field to be set.

The getTiles API from large_image expects the field large_image to be
set when recovering the tiles, but due to the S3 assetstore, that field
can take a bit of time to be set.
Retry that function a few times (10) if it fails to wait for that field
to be set.
@pchoisel
Copy link
Collaborator Author

Tested on prod, it indeed fixes the issue:
image

@pchoisel pchoisel linked an issue Nov 19, 2024 that may be closed by this pull request
Copy link
Collaborator

@arjunrajlab arjunrajlab left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

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

Successfully merging this pull request may close these issues.

S3 assetstore doesn't work
2 participants