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

Processing GIFs > 5MB results in error #72

Open
owaincuvelier opened this issue Oct 18, 2022 · 2 comments
Open

Processing GIFs > 5MB results in error #72

owaincuvelier opened this issue Oct 18, 2022 · 2 comments
Labels

Comments

@owaincuvelier
Copy link

Currently, Tachyon is not able to process GIFs over 5MB in size. The GIF can be uploaded, but as Tachyon is unable to generate its variants, images appear broken.

To handle this, it would be sufficient to detect GIFs greater than 5MB and have them bypass Tachyon processing altogether.

@ntwb
Copy link
Member

ntwb commented Nov 6, 2022

Related: humanmade/tachyon#3

@joehoyle
Copy link
Member

joehoyle commented Jul 5, 2023

I think this can now be fixed with streaming responses in https://aws.amazon.com/blogs/compute/introducing-aws-lambda-response-streaming/, that requires us to remove Api Gateway though (probably not a bad thing).

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

No branches or pull requests

3 participants