discord / lilliput

Resize images and animated GIFs in Go
https://discord.com/blog/how-discord-resizes-150-million-images-every-day-with-go-and-c
Other
1.94k stars 124 forks source link

Add timeout option for video/gif encoding #149

Closed walruscow closed 3 months ago

walruscow commented 3 months ago

this adds the ability to define a (weak) upper bound on ongoing work. while it would be better to reject/limit the request up front based on some heuristics, this acts as a catch-all which can be tuned on the fly for general sanity and incident response