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.95k stars 123 forks source link

Add timeout option for video/gif encoding #150

Closed walruscow closed 6 months ago

walruscow commented 6 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