May lead to network congestion and server overload.
Implementing simple retries without a backoff strategy can cause excessive load on the server and network congestion, especially during transient network issues. In an e-commerce platform, if a payment service API is temporarily down, retrying requests too quickly can overwhelm the server, making the situation worse. A backoff strategy gradually increases the delay between retries, alleviating pressure on the server.