Home / Companies / Contentful / Blog / Post Details
Content Deep Dive

The two friends of a distributed systems engineer: timeouts and retries

Blog post from Contentful

Post Details
Company
Date Published
Author
Farruco Sanjurjo
Word Count
2,172
Company Posts That Month
10
Language
English
Hacker News Points
-
Post removed?
No
Summary

When building a distributed system, timeouts and retries are crucial components that can significantly impact the reliability and usability of the system. A timeout is an upper limit set on how long a call across the network can take before it's considered failed. Without proper timeouts, resources can be exhausted, leading to service crashes or poor performance. However, if not implemented correctly, timeouts can also cause issues such as wasted resources and delayed responses. Retries are another essential component that helps handle transient errors and improve customer experiences by retrying calls multiple times until they succeed. However, retries can also lead to delays, reduced throughput, and potential side effects like overcharging customers. Engineering teams must carefully consider the tradeoffs involved in using timeouts and retries, weighing factors such as product usability, UX, and system performance to determine the optimal configuration for their distributed systems.

Trends Found in this Post

No tracked trend matches for this post yet.

Use This Data

Use this post, company, and trend context to find content marketing opportunities, perform competitive analysis, or address product feature gaps via the Plushcap MCP server or the Plushcap API.