Kushal Ladha
Kushal Ladha
Draft PR - https://github.com/aergonaut/cody/pull/724 Open for suggestions.
Came across this issue - https://github.com/elastic/elasticsearch-ruby/commit/68350f9f978badef57930aec35441f4d975f65bf monkey-patched the 6.8.0 gem with the following commit but I still see the same error. This only happens when I use reload_connections/reload_on_failure option while...
In my case the issue was that I was not passing the protocol in scheme options while setting up the connection, so it worked initially for some request and when...