Networking question r.e. using one or two workers ...
# workers-help
n
If I were to accept image uploads through a service, which then itself uploads the image to Cloudflare Images, would it be more suitable to do this through a second worker service, outside of my main API, or would it not matter in terms of networking?
Actually I can avoid sending the images to my workers at all by using Direct Creator Upload links :D