I need to do 10k fetches to api end point. Responses can take up to 15 seconds. What would be the co
I need to do 10k fetches to api end point. Responses can take up to 15 seconds. What would be the cost efficient way to do it? Add them to the queue and process one by one?
Or startup a DO and let it handle it using alarms after each fetch?
What would be the most cost efficient way?
Or startup a DO and let it handle it using alarms after each fetch?
What would be the most cost efficient way?


