-
-
Notifications
You must be signed in to change notification settings - Fork 1.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Connection timed out - connect(2) #274
Comments
+1 same here, website not accessible because downtime twitter! |
You can set a timeout exception, in Rails it would be:
|
The Twitter.connection_options = {:timeout => 5, :open_timeout => 2} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
It looks like Twitter is down right now and because I have this gem loaded on the front page of my site, then my site is down. Any thoughts about how to gracefully handle this type of an issue?
The text was updated successfully, but these errors were encountered: