Skip to content

Files

Latest commit

 

History

History
11 lines (6 loc) · 483 Bytes

Airbnb-NoTimeout.md

File metadata and controls

11 lines (6 loc) · 483 Bytes

Pattern: Use of Timeout.timeout

Issue: -

Description

In combination with Rails autoloading, timeout can cause Segmentation Faults in version of Ruby we use. It can also cause logic errors since it can raise in any callee scope. Use client library timeouts and monitoring to ensure proper timing behavior for web requests.

Further Reading