chore(providers): Use faraday retry, move retry logic to concrete provider level #2042
Reference in New Issue
Block a user
Delete Branch "zachgoll/use-faraday-retry-middleware"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
We previously had
faraday-retryinGemfilebut 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.