humanmade / tachyon-plugin

WordPress plugin for Tachyon
https://engineering.hmn.md/projects/tachyon/
82 stars 15 forks source link

Processing GIFs > 5MB results in error #72

Open owaincuvelier opened 2 years ago

owaincuvelier commented 2 years ago

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 commented 1 year ago

Related: https://github.com/humanmade/tachyon/issues/3

joehoyle commented 1 year ago

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