seanyo / Hello-I-Tweet-As

Name Tags are Back...in Twitter Form! Twitter's the New Name Tag!
itweet.as
2 stars 2 forks source link

Shorten HTTP timeout for Twitter API calls, detect and handle timeout #12

Open ccharles opened 13 years ago

ccharles commented 13 years ago

Currently if the Twitter API call times out (which happens on a not infrequent basis) the whole CLI tool hangs for a long time before dumping exceptions to STDERR.

Shorten the timeout and detect when calls have timed out. Retry timed out calls within reason and fail gracefully as required.