alphagov / e-petitions

This is the code base for the UK Government's e-petitions service (https://petition.parliament.uk)
https://petition.parliament.uk
MIT License
306 stars 78 forks source link

Ignore Faraday::TimeoutError exceptions #925

Closed pixeltrix closed 4 months ago

pixeltrix commented 4 months ago

Faraday moved the Faraday::TimeoutError from a client error to a server error which meant that it was no longer being ignored.

This commit restores the previous behaviour by explicitly rescuing the Faraday::TimeoutError subclass.