What's the reason to have a 1000 api request limit per worker ? -- Context: I built a global rate
What's the reason to have a 1000 api request limit per worker ?
--
Context:
I built a global rate limiter using DO because my workflows needed to call multiple third party services with strict rate limits.
Everything works fine locally but on prod, one partcular heavy step just fails. Why? because only 1000 api calls can be made in worker.
--
Context:
I built a global rate limiter using DO because my workflows needed to call multiple third party services with strict rate limits.
Everything works fine locally but on prod, one partcular heavy step just fails. Why? because only 1000 api calls can be made in worker.





