503 when multiple workers called

I have a worker that fetches images, resizes them, stores the origin image to cache the returns the resized image. When I load a few it works no problem but I have a page that is loading 100 of them and I'm getting 503's from the worker. I then copy and paste the individual link to a new tab and it works no problem. How can I fix this?
Was this page helpful?