Closed henrik closed 9 years ago
@henrik good point, it's the same in master. Can you work on a PR for it ?
Sure, I'll give it a quick shot :)
I'm getting this error
Retrying Parse Error #<Faraday::TimeoutError> on request https://api.parse.com/1/push
It's related?
We're on 0.3.0. Haven't looked if this is changed in master.
We sometimes have to handle errors like Faraday::Error::ConnectionFailed and Faraday::Error::TimeoutError from the Parse lib – would be great if the Faraday dependency was encapsulated in that respect, and we got
Parse::Error
or something instead.