Yesterday thumbor was failing to generate thumbs during poolcounter1001 outage, though no alerts or pages were generated
Description
Description
Status | Subtype | Assigned | Task | ||
---|---|---|---|---|---|
Resolved | • Gilles | T121388 Service-based thumbnailing re-architecture in production with Thumbor | |||
Open | None | T169316 Thumbor should alert/page when thumbs aren't rendered |
Event Timeline
Comment Actions
Yeah that'd make sense, I'm torn between a check for a "real" thumbnail (but then we depend on the file being in swift) or a synthetic check. I'm inclined towards the former, thoughts?
Comment Actions
We can pick a file that'll never go away, like: https://commons.wikimedia.org/wiki/File:Wikipedia-logo-v2-en.svg
Comment Actions
Something like:
gilles@thumbor1001:~$ curl -s 'http://localhost:8800/wikipedia/commons/thumb/b/b3/Wikipedia-logo-v2-en.svg/270px-Wikipedia-logo-v2-en.svg.png' -H 'Host: upload.wikimedia.org' | exiftool -ImageSize - | grep -q '270x' gilles@thumbor1001:~$ echo $? 0
Comment Actions
untagging observability since there's no action ATM, feel free to tag us back if assistance is needed