airrecord icon indicating copy to clipboard operation
airrecord copied to clipboard

Faraday middleware configuration API

Open sirupsen opened this issue 5 years ago • 0 comments

In the README, it shows examples of injecting Faraday middlwares at runtime. However, it's been deprecated to ad-hoc append to the middleware chain at runtime. We should instead create a proper API for configuring these middlewares. Both circuit breakers and retries are nifty, along with throttling.

sirupsen avatar Nov 14 '18 12:11 sirupsen