Slow/unpredictive response of post_form from rails lib

A timeout from time to time isn't something to worry about, in your library you can just add a "retry" clause and retry a specific number of times (maybe 2) before raising the exception to the calling code.