Image Resizing not working for all images

Hi,

I’ve created a worker that fetches images from a public Azure Blob store and resizes them. This is working fine, but now some images seem to not resize at all.

This image works fine https://docs.rezi.cloud/1.jpg?width=300

from https://dezrezcorelive.blob.core.windows.net/public/1.jpg

This image doesn’t resize https://docs.rezi.cloud/9179378.JPG?width=200

from http://dezrezcorelive.blob.core.windows.net/public/9179378.JPG

I’m pretty stuck as to what to look at. I have a business account and I’m paying extra $5 for better workers. I’m thinking that it could be to do with the image itself, but Cloudflare obviously supports jpeg

Any help would be grat

Have you checked whether your script might exceed the allotted time? What do the worker logs say?

Where can I find worker logs?

This was a logic error in the worker role! Doh