For me personally, I would: - Receive the image from the user or whatever the API route is - Save i
For me personally, I would:
- Receive the image from the user or whatever the API route is
- Save it and tag it (Give it an ID and save information about it for later on)
- Add it to the end of some kind of queue file
- Every so often, go to the first image on the queue, take it off the queue, process it and then send it to Cloudflare R2
- Receive the image from the user or whatever the API route is
- Save it and tag it (Give it an ID and save information about it for later on)
- Add it to the end of some kind of queue file
- Every so often, go to the first image on the queue, take it off the queue, process it and then send it to Cloudflare R2


