Something went wrong with the API last night and all my scripts stopped running because the contacts API call timed out. This can be fixed adding the timeout feature of typhoeus to api_client.rb's build_request
Typhoeus::Request.new("www.example.com", timeout: 1)