sidekiq-fiber 0.1.2
sidekiq-fiber lets you run IO-bound Sidekiq jobs as fibers instead of threads. A single thread can process thousands of concurrent jobs that spend most of their time waiting on external IO (HTTP, LLM APIs, S3) — without the memory and OS overhead of one thread per job.
Gemfile:
=
install:
=
Development Dependencies (1):
rspec
~> 3.0