patient_http-sidekiq 1.0.1
This gem provides a mechanism to offload long-running HTTP requests from Sidekiq workers to a dedicated async I/O processor running in the same process, freeing the worker thread immediately while the HTTP request is in flight.
Gemfile:
=
install:
=
Runtime Dependencies (2):
patient_http
>= 0
sidekiq
>= 7.0
Development Dependencies (1):
bundler
>= 0