Radil Radenkov

Results 2 issues of Radil Radenkov

We have several workers in our default queue and one of them is throttled to one: ```ruby sidekiq_throttle(concurrency: { limit: 1 }) ``` when there are jobs queued with that...

When I tested in the console a sample request with HttpClient library returns that error while using the Net::Http worked fine. Also I tried to pass client options `ca_file` and...