Hello there, So I am using the workers to merge images together which takes about 1ms and then to up

Hello there,
So I am using the workers to merge images together which takes about 1ms and then to upload it to the R2 storage (with the put command) which (at least wall time) takes about 500ms.

My app may make 5, 10 or 100 post requests without waiting for the previous one to finish and that's fine by me because it takes a lot of time to upload the image to R2.

The issue is, because of that, after just 5 or 10 requests I start to get 'service temporarily unavailable.'. Am I supposed to wait for the worker to finish, can I not make concurrent requests?
Was this page helpful?