chore(providers): Use faraday retry, move retry logic to concrete provider level #2042

Merged
zachgoll merged 1 commits from zachgoll/use-faraday-retry-middleware into main 2025-04-01 20:41:49 +08:00
zachgoll commented 2025-04-01 20:26:06 +08:00 (Migrated from github.com)

We previously had faraday-retry in Gemfile but were not using it. This PR removes the custom retry module, moves retry configuration to the concrete provider level, and configures Synth provider to use Faraday retry middleware.

We previously had `faraday-retry` in `Gemfile` but were not using it. This PR removes the custom retry module, moves retry configuration to the concrete provider level, and configures Synth provider to use Faraday retry middleware.
Sign in to join this conversation.