weekends are for leisure

Timeouts on third-party API calls

Tags: #Programming 

If your web application calls out to third-party APIs, set aside some time to review the timeouts surrounding those requests.

If you don’t carefully set timeouts, you are letting someone else control the quality and user experience of your web application. You may also be wasting precious CPU cycles waiting for mis-behaving third-party services. This is not something you should let happen. Program defensively against these things.