When hitting an endpoint multiple times rapidly the backend will happily service the requests without any issue. There needs to be some kind of rate limiting or exponential back-off, or duplicate request elimination.
Don't want to do this in the application necessarily but might have to.
When hitting an endpoint multiple times rapidly the backend will happily service the requests without any issue. There needs to be some kind of rate limiting or exponential back-off, or duplicate request elimination.
Don't want to do this in the application necessarily but might have to.