You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Making http requests in serial is extremely slow. If we really need a pure ruby solution, we should at least be using net-http-persistant. If we can get away with requiring libcurl, typhoeus is ideal. Faraday provides a single ruby API for both of these, and more back ends.
It's probably going to involve rewriting most of the internals of Chef::REST. Because obviously that yak needs shaving.
The text was updated successfully, but these errors were encountered:
Making http requests in serial is extremely slow. If we really need a pure ruby solution, we should at least be using net-http-persistant. If we can get away with requiring libcurl, typhoeus is ideal. Faraday provides a single ruby API for both of these, and more back ends.
It's probably going to involve rewriting most of the internals of Chef::REST. Because obviously that yak needs shaving.
The text was updated successfully, but these errors were encountered: