I have a backend service where I need to upload multiple images one after an other. Can I do this with Cloudflare Images?
Because if I’m sending a lot of requests, either the CF API or my server(not sure yet) can’t seem to handle this because I’m getting a 504 with that as a response: data: 'no healthy upstream'
.
Is anyone bulk-uploading their images? I’m using the DigitalOcean App Plattform, so this might cause the error as well. I’m just want to make sure that Cloudflare Images can handle so many requests (1000s one after an other).
Any help is appreciated here